mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-05 00:05:44 +00:00
25 lines
379 B
INI
25 lines
379 B
INI
; Commodore 64/128 running LUnix 0.21
|
|
|
|
[compilation]
|
|
arch=nmos
|
|
modules=lunix
|
|
lunix=true
|
|
|
|
|
|
[allocation]
|
|
zp_pointers=$80-$bf
|
|
segments=default
|
|
default_code_segment=default
|
|
segment_default_start=$1006
|
|
segment_default_codeend=$8fff
|
|
segment_default_datastart=after_code
|
|
segment_default_end=$8fff
|
|
|
|
|
|
[output]
|
|
style=lunix
|
|
format=$ff,$fe,0,21,pagecount,startpage,allocated
|
|
extension=prg
|
|
|
|
|