pixel mover works, now need to fix keep mode
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user