Browse Source

Fixed name length for setI

NonstickAtom785 4 years ago
parent
commit
debbf20d8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tokenhook.z80

+ 1 - 1
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,5,"setI"      ;Func
+ .db $EC,0,4,"setI"      ;Func
  .db $EE,0,0,"StackOp "    ;Param
  .db 0                     ;End of Table 0