1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Merge pull request #2138 from mooinglemur/20230615-cx16-memsiz

cx16: use KERNAL memsiz for MEMSIZE in asminc/cx16.inc
This commit is contained in:
Bob Andrews 2023-06-19 18:59:47 +02:00 committed by GitHub
commit c2e5937724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ NLINES := $0387 ; Number of screen lines
; BASIC
VARTAB := $03E1 ; Pointer to start of BASIC variables
MEMSIZE := $03E9 ; Pointer to highest BASIC RAM location (+1)
MEMSIZE := $0259 ; Pointer to highest BASIC RAM location (+1)
; ---------------------------------------------------------------------------
; Vector and other locations