mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-08 22:30:55 +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
|