nasm/test/jmp64.asm
H. Peter Anvin 96a6954db4 BR 2017453: indirect jumps in 64-bit mode are implicitly 64 bits
Indirect jumps in 64-bit mode implicitly have 64-bit operand size.
Fix this; the disassembly is still unnecessarily ugly, however.
2008-07-13 15:21:01 -07:00

5 lines
48 B
NASM

bits 64
jmp rcx
call [rax]
call qword [rdx]