1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-28 19:29:30 +00:00
millfork/include/c64_scpu.ini

21 lines
404 B
INI
Raw Normal View History

; 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]
2018-06-18 20:40:14 +00:00
zp_pointers=$FB,$FD,$43,$45,$47,$4B,$F7,$F9,$9E,$9B,$3D
segment_default_start=$80D
segment_default_codeend=$9fff
segment_default_end=$cfff
[output]
style=single
format=startaddr,allocated
extension=prg