* gas/mn10300/*.s: Use '$' as register prefix for
[external/binutils.git] / gas / testsuite / gas / mn10300 / logical.s
1         .text
2         and $d1,$d2
3         and 127,$d2
4         and 32767,$d3
5         and 131071,$d3
6         and 32767,$psw
7         or $d1,$d2
8         or 127,$d2
9         or 32767,$d3
10         or 131071,$d3
11         or 32767,$psw
12         xor $d1,$d2
13         xor 32767,$d3
14         xor 131071,$d3
15         not $d3