I am trying to "mask" or "isolate" the lower 4 bits of a byte, and having trouble.I tried using the example on page 26 of the PBP manual:
SecOnes var byte 'should be NIBBLE?
SecOnes = Seconds & $0f
This gives a "Bad Expression" error when compiling. Can someone help, please?
Thank you
Bookmarks