Bit manipulaton with SX/B
q-bert
Posts: 3
Hi!
I'm using the SX28 with the SX-Key v3.3.0 programming tool.
I have goen through the PracticalSXB.pdf, but I'm having trouble figuring out how to do this:
Put RB.6 and RB.7 as the first two bits in a variable.
I tried something like
Variable.0 = RB.6
Variable.1 = RB.7
Any help would be greatly appreciated.
Thanks,
I'm using the SX28 with the SX-Key v3.3.0 programming tool.
I have goen through the PracticalSXB.pdf, but I'm having trouble figuring out how to do this:
Put RB.6 and RB.7 as the first two bits in a variable.
I tried something like
Variable.0 = RB.6
Variable.1 = RB.7
Any help would be greatly appreciated.
Thanks,
Comments
Variable = 0
Variable.0 = RB.6
Variable.1 = RB.7
Bean