gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch.s
1 .text
2 callq *%rax
3 call *%rax
4 call *%ax
5 callw *%ax
6 callw *(%rax)
7 jmpq *%rax
8 jmp *%rax
9 jmp *%ax
10 jmpw *%ax
11 jmpw *(%rax)
12 call 0x100040
13 jmp 0x100040
14
15 .intel_syntax noprefix
16 call rax
17 callq rax
18 call ax
19 callw ax
20 callw [rax]
21 jmp rax
22 jmpq rax
23 jmp ax
24 jmpw ax
25 jmpw [rax]
26 call 0x100040
27 jmp 0x100040
This page took 0.035536 seconds and 4 git commands to generate.