1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00

Added reservation of second byte for pagecount

This commit is contained in:
mc78 2019-11-29 11:47:34 +01:00 committed by greg-king5
parent 2a42139674
commit 390878e831

View File

@ -54,7 +54,7 @@ VDC_DATA = 31
.bss
pagecount: .res 1 ; $0000-$3fff as 16k default
pagecount: .res 2 ; $0000-$3fff as 16k default
curpage: .res 2 ; currently mapped-in page (invalid)
vdc_cset_save: .res 1
window: .res 256 ; memory window