mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-04 09:04:33 +00:00
18 lines
274 B
INI
18 lines
274 B
INI
[compilation]
|
|
arch=nmos
|
|
modules=loader_1001,c264_kernal,c264_hardware,default_panic
|
|
|
|
|
|
[allocation]
|
|
; TODO
|
|
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$4B
|
|
segment_default_start=$100D
|
|
segment_default_end=$3FFF
|
|
|
|
[output]
|
|
style=single
|
|
format=startaddr,allocated
|
|
extension=prg
|
|
|
|
|