mirror of
https://github.com/KarolS/millfork.git
synced 2024-10-31 14:04:58 +00:00
20 lines
270 B
INI
20 lines
270 B
INI
|
[compilation]
|
||
|
arch=nmos
|
||
|
modules=loader_1001,vic20_kernal
|
||
|
|
||
|
|
||
|
[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
|
||
|
|
||
|
|