Skip to content

Commit

Permalink
INDEX
Browse files Browse the repository at this point in the history
  • Loading branch information
lacanoid committed Jan 8, 2023
1 parent ecefc7a commit 2ac838f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defs128.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ MEMSIZ = $39
; common
VERCK = $0C
COUNT = $0D
INDEX = $24

; editor
KEYTAB = $CC ; Keyscan Table Pointer
Expand Down
1 change: 1 addition & 0 deletions defs64.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ NDX = $C6 ; keyboard buffer count for C64 screen editor
COLOR = $0286 ; current foreground color
XMAX = $0289 ; Maximum Keyboard Buffer Size

INDEX = $22 ; Temporary pointer used when traversing text
TXTTAB = $2B ; Pointer to the Start of BASIC Program Text
VARTAB = $2D ; Pointer to the Start of the BASIC Variable Storage Area
ARYTAB = $2F ; Pointer to the Start of the BASIC Array Storage Area
Expand Down

0 comments on commit 2ac838f

Please sign in to comment.