gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / moveml.s
CommitLineData
252b5132
RH
1asdf reg a0-a2/d2-d7
2fdsa equ $16000
3
4 movem.l (sp)+,a0-a2/d2-d7
5 movem.l (sp)+,asdf
6
7 movem.l a0-a2/d2-d7,symbol
8 movem.l asdf,symbol
9
10 movem.l symbol,a0-a2/d2-d7
11 movem.l symbol,asdf
12
13 movem.l fdsa,a0-a2/d2-d7
14 movem.l fdsa,asdf
15
16 movem.l a0-a2/d2-d7,fdsa
17 movem.l asdf,fdsa
This page took 0.386817 seconds and 4 git commands to generate.