MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / addiu-error.s
1 # Source code used to test error diagnostics with the ADDIU instruction.
2
3 .text
4 foo:
5 addiu $2, -32769
6 addiu $2, 65536
7 addiu $2, 0x10000000000000000
8 addiu $2, $3
9 addiu $2, ($3)
10 addiu $2, 0+$3
11 addiu $2, (($3))
This page took 0.030481 seconds and 4 git commands to generate.