mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
21 lines
312 B
INI
21 lines
312 B
INI
[compilation]
|
|
arch=nmos
|
|
modules=c128_hardware,loader_1c01,c128_kernal,default_panic
|
|
|
|
|
|
[allocation]
|
|
main_org=$1C0D
|
|
; TODO
|
|
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$45,$47,$4B
|
|
himem_style=per_bank
|
|
himem_start=after_code
|
|
; TODO
|
|
himem_end=$FEFF
|
|
|
|
[output]
|
|
style=per_bank
|
|
format=startaddr,allocated
|
|
extension=prg
|
|
|
|
|