mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-04 09:04:33 +00:00
18 lines
282 B
INI
18 lines
282 B
INI
[compilation]
|
|
arch=nmos
|
|
modules=c128_hardware,loader_1c01,c128_kernal,default_panic
|
|
|
|
|
|
[allocation]
|
|
; TODO
|
|
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$45,$47,$4B
|
|
segment_default_start=$1C0D
|
|
segment_default_end=$FEFF
|
|
|
|
[output]
|
|
style=single
|
|
format=startaddr,allocated
|
|
extension=prg
|
|
|
|
|