change some variable's type to op_err
[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 (131071,a2),d1
15 mov (8,sp),d1
16 mov (256,sp),d1
17 mov psw,d3
This page took 0.030274 seconds and 4 git commands to generate.