MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / break-error.s
CommitLineData
c96425c5
MR
1# Source code used to test error diagnostics with the BREAK instruction.
2
3 .text
4foo:
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.074827 seconds and 4 git commands to generate.