arith-optimisations.asm 221 B

1234567891011121314151617
  1. global _start
  2. %include "header.inc"
  3. xor eax, eax
  4. pushf
  5. and dword [esp], 8ffh
  6. test ebx, ebx
  7. pushf
  8. and dword [esp], 8ffh
  9. cmp ecx, 0
  10. pushf
  11. and dword [esp], 8ffh
  12. %include "footer.inc"