x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cr16 / bal_test.s
1 .text
2 .global main
3 main:
4 bal (ra),*+0xff122
5 bal (ra),*+0xfff126
6 bal (ra),*+0x22
7 bal (ra),*+0x122
8 bal (ra),*+0xf122
9 bal (ra),*+0x812a
10 bal (r1,r0),*+0x122
11 bal (r11,r10),*+0xcff122
12 bal (r7,r6),*+0xaff122
13 bal (r4,r3),*+0x8ff122
14 bal (r8,r7),*+0xfff122
This page took 0.029711 seconds and 4 git commands to generate.