gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / jump16.s
CommitLineData
a3d1c52b
AM
1.psize 0
2.text
3.extern xxx
4
5.code16gcc
61: jmp 1b
7 jmp xxx
8 jmp *xxx
9 jmp *%edi
10 jmp *(%edi)
11 ljmp *xxx(%edi)
12 ljmp *xxx
13 ljmp $0x1234,$xxx
14
15 call 1b
16 call xxx
17 call *xxx
18 call *%edi
19 call *(%edi)
20 lcall *xxx(%edi)
21 lcall *xxx
22 lcall $0x1234,$xxx
23
24.code16
25 jmp 1b
26 jmp *xxx
27 jmp *%di
28 jmp *(%di)
29 ljmp *xxx(%di)
30 ljmp *xxx
31 ljmp $0x1234,$xxx
32
33 call 1b
34 call xxx
35 call *xxx
36 call *%di
37 call *(%di)
38 lcall *xxx(%di)
39 lcall *xxx
40 lcall $0x1234,$xxx
41
42 # Force a good alignment.
43 .p2align 4,0
This page took 0.376077 seconds and 4 git commands to generate.