Power10 byte reverse instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / mode5.s
CommitLineData
580b9172
NC
1
2 | Test conversion of mode 5 addressing with a zero offset into mode 2.
3 .text
4 move.l 0(%a3),%d1
5 move.l %d2,0(%a4)
6 move.l 0(%a5),0(%a1)
96e67898
AS
7 movem.l 0(%a6),%d0-%d7
8 movem.l %d0-%d7,0(%a6)
62b51c0b 9 .p2align 4
This page took 0.642654 seconds and 4 git commands to generate.