Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / bit-manip.s
1 bclr d0, #3
2 bset d1, #4
3 btgl d2, #5
4 bclr d3, d5
5 bset d4, d6
6 btgl d5, d7
7 bclr.b (34,x), #2
8 bclr.w (s+), #12
9 bclr.l (56,s), d7
10 bset.b [34,x], #5
11 bset.l (-s), #29
12 bset.w (156,x), d7
13 btgl.b [34,x], #5
14 btgl.w (-s), #15
15 btgl.l (15,p), d7
16
This page took 0.030594 seconds and 4 git commands to generate.