pixel mover works, now need to fix keep mode

This commit is contained in:
Luxferre
2022-07-29 14:34:37 +03:00
parent 66e23c966d
commit 62b1b9e238
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
( jump to label or subroutine if a particular key is pressed )
( label* keymask* -- )
%JMPKEY { INKEY AND2 ORA DBGBYTE ROT ROT JCN2 }
%JMPKEY { INKEY AND2 ORA ROT ROT JCN2 }
%JSRKEY { INKEY AND2 SWP2 JSR2 }
( misc macros )