mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-10 23:20:56 +00:00
7 lines
66 B
NASM
7 lines
66 B
NASM
|
|
||
|
bits 32
|
||
|
|
||
|
call _test
|
||
|
_test:
|
||
|
pop ds
|
||
|
int3
|