mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-18 18:50:23 +08:00
5 lines
48 B
NASM
5 lines
48 B
NASM
|
bits 64
|
||
|
jmp rcx
|
||
|
call [rax]
|
||
|
call qword [rdx]
|