mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-26 17:38:09 +00:00
12 lines
156 B
NASM
12 lines
156 B
NASM
|
|
bits 32
|
|
|
|
mov eax, 0xBDBDBDBD
|
|
push eax
|
|
pop ecx
|
|
|
|
push 0xBD
|
|
pop ds
|
|
nop
|
|
|
|
int3 |