Bitwise Logic, bAND example is incorrect
Opened this issue · 0 comments
LamptonWorm commented
https://zxbasic.readthedocs.io/en/latest/bitwiselogic/
"PRINT BIN 01110111 bAND BIN 00001111 will print 3, which is 0111"
Should read "will print 7"?
Opened this issue · 0 comments
https://zxbasic.readthedocs.io/en/latest/bitwiselogic/
"PRINT BIN 01110111 bAND BIN 00001111 will print 3, which is 0111"
Should read "will print 7"?