mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-26 20:33:02 +00:00
More pointer space for C64/C128
This commit is contained in:
parent
ee18fecedf
commit
51a4fe5859
@ -6,7 +6,7 @@ modules=c128_hardware,loader_1c01,c128_kernal,default_panic
|
||||
[allocation]
|
||||
main_org=$1C0D
|
||||
; TODO
|
||||
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$4B
|
||||
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$45,$47,$4B
|
||||
himem_style=per_bank
|
||||
himem_start=after_code
|
||||
; TODO
|
||||
|
@ -13,8 +13,8 @@ emit_illegals=true
|
||||
[allocation]
|
||||
; where the main function should be allocated, also the start of bank 0
|
||||
main_org=$80D
|
||||
; list of free zp pointer locations (these assume that BASIC will keep working)
|
||||
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$4B
|
||||
; list of free zp pointer locations (these assume that some BASIC routines will keep working)
|
||||
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$45,$47,$4B
|
||||
; where to allocate non-zp variables
|
||||
himem_style=per_bank
|
||||
himem_start=after_code
|
||||
|
Loading…
x
Reference in New Issue
Block a user