mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-03 02:30:55 +00:00
7 lines
68 B
NASM
7 lines
68 B
NASM
|
|
||
|
bits 32
|
||
|
|
||
|
xor eax, eax
|
||
|
mov es, eax
|
||
|
|
||
|
int3
|