Third Bit
Lightfoot
Posts: 228
Is there a way I can evaluate a state for one bit in a byte.
Numerial = 55 '00110111 binary (lsb is first).
The third bit is high in this case and the code should return a 1.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Numerial = 55 '00110111 binary (lsb is first).
The third bit is high in this case and the code should return a 1.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Comments
In assembly:
Post Edited (JonnyMac) : 6/25/2007 2:14:42 AM GMT