* gas/mn10300/am33_4.s: New test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10300 / mov1.s
CommitLineData
c3fa8cd6
JL
1 .text
2 mov d1,d2
3 mov d1,a2
4 mov a2,d1
5 mov a2,a1
6 mov sp,a2
7 mov a1,sp
8 mov d2,psw
9 mov mdr,d1
10 mov d2,mdr
11 mov (a2),d1
12 mov (8,a2),d1
13 mov (256,a2),d1
14 mov (65536,a2),d1
15 mov (8,sp),d1
16 mov (256,sp),d1
This page took 0.076324 seconds and 4 git commands to generate.