* gas/mn10300/*.s: Use '$' as register prefix for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10300 / bit.s
1 .text
2 btst 64,$d1
3 btst 8192,$d2
4 btst 131071,$d3
5 btst 64,(8,$a1)
6 btst 64,(131071)
7 bset $d1,($a2)
8 bset 64,(8,$a1)
9 bset 64,(131071)
10 bclr $d1,($a2)
11 bclr 64,(8,$a1)
12 bclr 64,(131071)
This page took 0.034246 seconds and 4 git commands to generate.