]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mri/moveml.s
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mri / moveml.s
1 asdf reg a0-a2/d2-d7
2 fdsa 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