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 )
|
||||
|
||||
+2
-1
@@ -9,10 +9,11 @@
|
||||
BRK
|
||||
|
||||
@on-frame
|
||||
DUP2 PXL
|
||||
,&adv KP-A JMPKEY
|
||||
BRK
|
||||
&adv
|
||||
INC DUP2 PXL
|
||||
INC
|
||||
BRK
|
||||
|
||||
@putc
|
||||
|
||||
Reference in New Issue
Block a user