mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-06 13:21:00 +00:00
9 lines
103 B
NASM
9 lines
103 B
NASM
|
|
bits 32
|
|
|
|
pushfd
|
|
push 0x33
|
|
call $+5
|
|
add dword [esp], 5
|
|
iretd
|
|
int3 |