This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / break20.s
1 # Source file used to test the 20-bit break instructions
2 foo:
3 break
4 break 0
5 break 20
6 break 20,40
7 break 1023,1023
8
9 sdbbp
10 sdbbp 0
11 sdbbp 20
12 sdbbp 20,40
13 sdbbp 1023,1023
14
15 # force some padding, to make objdump consistently report that there's some
16 # here...
17 .space 8
This page took 0.035311 seconds and 5 git commands to generate.