I have a seemingly simple program that doesn't work in the simulator:
main:
let pinsb=%11111111
pause 1000
let pinsb=%00000000
pause 1000
goto main
I would expect the b.0 to b.7 pins to go green but they don't. Individual pins can be addressed no problem however. It's my first time using the simulator. What am I doing wrong?
main:
let pinsb=%11111111
pause 1000
let pinsb=%00000000
pause 1000
goto main
I would expect the b.0 to b.7 pins to go green but they don't. Individual pins can be addressed no problem however. It's my first time using the simulator. What am I doing wrong?