mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-22 13:00:55 +00:00
7 lines
72 B
NASM
7 lines
72 B
NASM
|
|
||
|
bits 32
|
||
|
|
||
|
push 0
|
||
|
pop es
|
||
|
|
||
|
int3
|