mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-06 13:21:00 +00:00
8 lines
82 B
NASM
8 lines
82 B
NASM
|
|
bits 64
|
|
|
|
call _test
|
|
_test:
|
|
mov rsi, rsp
|
|
lodsq
|
|
int3 |