This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/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
This page took 0.033343 seconds and 4 git commands to generate.