mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-12 06:42:38 +00:00
7 lines
66 B
NASM
7 lines
66 B
NASM
![]() |
|
||
|
bits 32
|
||
|
|
||
|
call _test
|
||
|
_test:
|
||
|
pop ds
|
||
|
int3
|