MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / add.s
1 # Source file used to test the add macro.
2
3 foo:
4 .ifndef r6
5 add $4,$4,0
6 add $4,$4,1
7 add $4,$4,0x8000
8 add $4,$4,-0x8000
9 add $4,$4,0x10000
10 add $4,$4,0x1a5a5
11 .endif
12
13 # addu is handled the same way add is; just confirm that it isn't
14 # totally broken.
15 addu $4,$4,1
16
17 .align 2
18 .space 8
This page took 0.029467 seconds and 4 git commands to generate.