diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gas/testsuite/gas/mn10200/mov1.s')
-rw-r--r-- | gnu/usr.bin/binutils/gas/testsuite/gas/mn10200/mov1.s | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gas/testsuite/gas/mn10200/mov1.s b/gnu/usr.bin/binutils/gas/testsuite/gas/mn10200/mov1.s new file mode 100644 index 00000000000..c828e32e59d --- /dev/null +++ b/gnu/usr.bin/binutils/gas/testsuite/gas/mn10200/mov1.s @@ -0,0 +1,13 @@ + .text + mov d1,a2 + mov a2,d1 + mov d1,d2 + mov a2,a1 + mov psw,d3 + mov d2,psw + mov mdr,d1 + mov d2,mdr + mov (a2),d1 + mov (8,a2),d1 + mov (256,a2),d1 + mov (131071,a2),d1 |