* gas/mn10300/am_*.s: Test autoincrement memory loads/stores.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10300 / other.s
CommitLineData
b4f2bb63
JL
1 .text
2 clr d2
3 inc d1
4 inc a2
5 inc4 a3
2583a05b 6 jmp (a2)
b4f2bb63 7 jmp 256
a28b95d7 8 jmp 131071
b47b320d
JL
9 call 256,[a2,a3],9
10 call 131071,[a2,a3],32
2583a05b 11 calls (a2)
b4f2bb63 12 calls 256
a28b95d7 13 calls 131071
b47b320d
JL
14 ret [a2,a3],7
15 retf [a2,a3],5
b4f2bb63
JL
16 rets
17 rti
18 trap
19 nop
20 rtm
This page took 0.077793 seconds and 4 git commands to generate.