mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Added reservation of second byte for pagecount
This commit is contained in:
parent
2a42139674
commit
390878e831
@ -54,7 +54,7 @@ VDC_DATA = 31
|
|||||||
|
|
||||||
.bss
|
.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)
|
curpage: .res 2 ; currently mapped-in page (invalid)
|
||||||
vdc_cset_save: .res 1
|
vdc_cset_save: .res 1
|
||||||
window: .res 256 ; memory window
|
window: .res 256 ; memory window
|
||||||
|
Loading…
Reference in New Issue
Block a user