Fix Nios II assembler self-test mode.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / branch.s
CommitLineData
36591ba1
SL
1# Source file used to test the beq macro.
2 .globl text_label
3 .text
4.set norelax
5text_label:
6 beq r4,r5,text_label
7 bge r4,r5,text_label
8 bgeu r4,r5,text_label
9 blt r4,r5,text_label
10 bltu r4,r5,text_label
11 bne r4,r5,text_label
12
13# Branch to an external label.
14 br external_label
15
This page took 0.069117 seconds and 4 git commands to generate.