gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap.s
CommitLineData
f7870c8d
TS
1 .set push
2 .set mips2
31: beqzl $2, 1b
4 b 1b
5foo: beqzl $2, foo
6 b foo
7
8 .set pop
9 .space 8
This page took 0.368256 seconds and 4 git commands to generate.