* gas/mips/mips.exp: Run the new tests, below.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / add.s
CommitLineData
f5587846
ILT
1# Source file used to test the add macro.
2
3foo:
4 add $4,$4,0
5 add $4,$4,1
6 add $4,$4,0x8000
7 add $4,$4,-0x8000
8 add $4,$4,0x10000
9 add $4,$4,0x1a5a5
10
11# addu is handled the same way add is; just confirm that it isn't
12# totally broken.
13 addu $4,$4,1
This page took 0.091561 seconds and 4 git commands to generate.