* gas/cris/rd-bcnst2-pic.d, gas/cris/rd-bcnst2.d,
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / brokw-1.s
CommitLineData
a471a06b 1; Tests the broken-word function, single word.
0465aa2f 2 .syntax no_register_prefix
a471a06b
HPN
3sym2: moveq 0,r0
4
5 .word sym1 - sym2
6
7 moveq 1,r0
8; Short jump around secondary jump table inserted here :
9; ba next_label
10; nop
11; .skip 2,0
12; Secondary jump table inserted here :
13; jump sym1
14next_label:
15 moveq 2,r0
16
17 .space 32766, 0
18
19sym1: moveq 3,r0
This page took 0.345645 seconds and 4 git commands to generate.