|
I'm trying to draw own black-white dot-pattern, it works separately, but with keybord loop it doesn't
<ASM> @digit //0101010101010101 const in memory R0
(KBDLOOP)
@i // SCREEN address with offset
A = M
M = D //illegal memory adress -negative-number
...
<ASM>
|