* gas/mn10300/{add.s, bcc.s, bit.s, cmp.s, ext.s}: New tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10300 / mov1.s
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.030163 seconds and 5 git commands to generate.