Browse Source

Update tokenhook.z80

Func is `setI` now. Set Interrupt Lbl/LblPointer.
NonstickAtom785 4 years ago
parent
commit
16d87b23d0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/tokenhook.z80

+ 3 - 3
src/tokenhook.z80

@@ -73,7 +73,7 @@ TokenTable_0:
  .db $58,0,1,5Fh           ;i (turns into "_")
  .db $BE,0,5,"call "       ;prgm
  .db $E6,0,5,"Mode "       ;Fix
-; .db $EC,0,3,"IMode "         ;Func
+ .db $EC,0,5,"setI"      ;Func
  .db $EE,0,0,"StackOp "    ;Param
  .db 0                     ;End of Table 0
 
@@ -91,7 +91,7 @@ TokenTable_1:
  .db $7C,1,4,"jmp "        ;ln(
 ; .db $7E,1,2,"2^"         ;²
  .db $A6,1,4,"For "        ;For(
- .db $AA,1, ,"retPnt"      ;Return
+ .db $AA,1,6,"retPnt"      ;Return
  .db $B4,1,7,"GetInc "     ;IS>(
  .db $B6,1,7,"GetDec "     ;DS<(
  .db $BC,1,7,"SetBuf "     ;Disp
@@ -104,7 +104,7 @@ TokenTable_1:
  .db $C2,3,4,"del "        ;sub(
  .db $C8,3,6,"inStr "      ;inString(
  .db $F4,3,5,"Play "       ;conj(
- .db $FE,3,5,"parse "       ;expr(
+ .db $FE,3,5,"parse "      ;expr(
  .db $01,4,7,"Search "     ;length(   ;use 01 instead of 00 (00 indicates the end of the table)
  .db $40,4,7,"StackE "     ;Pmt_End
  .db $42,4,7,"StackS "     :Pmt_Bgn