fixed inkey bytes
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
( jump to label or subroutine if a particular key is pressed )
|
||||
( label* keymask* -- )
|
||||
%JMPKEY { DBGSHORT INKEY AND2 SWP2 JCN2 }
|
||||
%JMPKEY { INKEY AND2 SWP2 JCN2 }
|
||||
%JSRKEY { INKEY AND2 SWP2 JSR2 }
|
||||
|
||||
( misc macros )
|
||||
|
||||
Reference in New Issue
Block a user