mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-03 18:04:46 +00:00
21 lines
404 B
INI
21 lines
404 B
INI
; Commodore 64 with a SuperCPU
|
|
; assuming a program loaded from disk or tape
|
|
|
|
[compilation]
|
|
arch=65816
|
|
modules=c64_hardware,loader_0801,c64_kernal,c64_panic,stdlib
|
|
emit_65816=emulation
|
|
|
|
[allocation]
|
|
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$45,$47,$4B
|
|
segment_default_start=$80D
|
|
segment_default_codeend=$9fff
|
|
segment_default_end=$cfff
|
|
|
|
[output]
|
|
style=single
|
|
format=startaddr,allocated
|
|
extension=prg
|
|
|
|
|