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