pushf.asm 156 B

123456789101112
  1. global _start
  2. %include "header.inc"
  3. pushf
  4. and dword [esp], ~0x0200 ; if
  5. db 66h
  6. pushf
  7. and dword [esp], ~0x0200
  8. %include "footer.inc"