v86/tests/nasm/pushf.asm
2022-11-26 14:11:19 -06:00

13 lines
156 B
NASM

global _start
%include "header.inc"
pushf
and dword [esp], ~0x0200 ; if
db 66h
pushf
and dword [esp], ~0x0200
%include "footer.inc"