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 ) ( jump to label or subroutine if a particular key is pressed )
( label* keymask* -- ) ( label* keymask* -- )
%JMPKEY { INKEY AND2 ORA DBGBYTE ROT ROT JCN2 } %JMPKEY { INKEY AND2 ORA ROT ROT JCN2 }
%JSRKEY { INKEY AND2 SWP2 JSR2 } %JSRKEY { INKEY AND2 SWP2 JSR2 }
( misc macros ) ( misc macros )
+1 -1
View File
@@ -9,7 +9,7 @@
BRK BRK
@on-frame @on-frame
PXLk DUP2 PXL
;&adv KP-A JMPKEY ;&adv KP-A JMPKEY
;&back KP-B JMPKEY ;&back KP-B JMPKEY
BRK BRK