* gas/cris/*: New tests for CRIS.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / brokw-2.s
CommitLineData
a471a06b
HPN
1; Tests the broken-word function, two words.
2
3sym2: moveq 0,r0
4
5 .word sym1 - sym2
6 .word sym3 - sym2
7
8 moveq 1,r0
9; Short jump around secondary jump table inserted here :
10; ba next_label
11; nop
12; .skip 2,0
13; Secondary jump table inserted here :
14; jump sym1
15next_label:
16 moveq 2,r0
17
18 .space 32766, 0
19
20sym1: moveq 3,r0
21sym3: moveq 4,r0
This page took 0.031943 seconds and 4 git commands to generate.