Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / break-error.s
1 # Source code used to test error diagnostics with the BREAK instruction.
2
3 .text
4 foo:
5 break -1
6 break 65536
7 break 0x10000000000000000
8 break $3
9 break ($3)
10 break 0+$3
11 break (($3))
This page took 0.03213 seconds and 4 git commands to generate.