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

22 lines
397 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]
main_org=$80D
zp_pointers=$C1,$C3,$FB,$FD,$39,$3B,$3D,$43,$45,$47,$4B
himem_style=per_bank
himem_start=after_code
himem_end=$9FFF
[output]
style=per_bank
format=startaddr,allocated
extension=prg