mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
96a6954db4
Indirect jumps in 64-bit mode implicitly have 64-bit operand size. Fix this; the disassembly is still unnecessarily ugly, however.
5 lines
48 B
NASM
5 lines
48 B
NASM
bits 64
|
|
jmp rcx
|
|
call [rax]
|
|
call qword [rdx]
|