Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap-2.s
1 .set micromips
2 .text
3 foo:
4 .rept count
5 ori $2, $3, (. - foo) >> 2
6 .endr
7 addu $2, $3, $4
8 j ext
This page took 0.034383 seconds and 4 git commands to generate.