mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-22 15:38:07 +00:00
7 lines
78 B
NASM
7 lines
78 B
NASM
|
|
bits 64
|
|
|
|
call _test
|
|
_test:
|
|
cmp qword [rsp], 0
|
|
int3 |