Bitwise use

TJF1960

Active Member
Is there a tutoral or other information and explaination of use for bitwise functions? I am having trouble wrapping my head around its use. I have tried to follow examples both on the forum and the instruction manual but still can't get it...
 
Thanks,
Tim
 
Ah, thanks for the link. 
 
START
LOOP
I am going to have to let it sink in, then re-read it.
GOTO LOOP
END
 
Thanks!
 
If you posted your code and explain the problem, people will make suggestion for it.
If you have Microsoft Windows 7 calculator, set it to programming mode, then you can select BIN or DEC mode.  For any number, you look the DEC mode, then click BIN to see binary mode. Then you can see how bitwise operator actually can work on particular bit, instead of setting whole number to zero or one.
 
Back
Top