with PBP, 4 Bit number don't exist. I know STAMPs have Nibble variable, but not in PBP. You have Bit, BYTE, and WORD. So you could use OR or just directly set the bit you want
ByteA = %110
ByteA.5=1
should do the trick as well.
with PBP, 4 Bit number don't exist. I know STAMPs have Nibble variable, but not in PBP. You have Bit, BYTE, and WORD. So you could use OR or just directly set the bit you want
ByteA = %110
ByteA.5=1
should do the trick as well.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks