1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-08 22:30:55 +00:00
bddisasm/bdshemu_test/x86/basic/test_32_iret.asm

9 lines
103 B
NASM
Raw Normal View History

bits 32
pushfd
push 0x33
call $+5
add dword [esp], 5
iretd
int3