Put the static information about warnings in a structure
[nasm.git] / test / jmp64.asm
blobda6c2ddc9ed5823ef56336f88eb69cdd4d0b13d6
1 ;Testname=test; Arguments=-fbin -ojmp64.bin; Files=.stdout .stderr jmp64.bin
3 bits 64
4 jmp rcx
5 jmp [rax]
6 jmp qword [rax]
7 jmp far [rax]
8 jmp far dword [rax]
9 jmp far qword [rax]
10 call rcx
11 call [rax]
12 call qword [rax]
13 call far [rax]
14 call far dword [rax]
15 call far qword [rax]