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