1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Adding XVARS primitive

This commit is contained in:
jede 2017-09-24 19:22:43 +02:00
parent d4c6c995ba
commit 60e41e3110

View File

@ -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