mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Adding XVARS primitive
This commit is contained in:
parent
d4c6c995ba
commit
60e41e3110
@ -15,6 +15,7 @@ FUNCTKEY = $A5
|
||||
|
||||
FNAME_LEN = 11 ; maximum length of file-name
|
||||
|
||||
FILENAME_MAX = 100
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Zero page
|
||||
@ -139,6 +140,11 @@ XINK = $93
|
||||
XEXPLO = $9C
|
||||
XPING = $9D
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; ROM entries variables
|
||||
|
||||
PWD_PTR = $00
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Page $200
|
||||
SCRX := $220
|
||||
|
Loading…
x
Reference in New Issue
Block a user