mirror of
https://github.com/KarolS/millfork.git
synced 2025-03-26 09:29:49 +00:00
20 lines
317 B
INI
20 lines
317 B
INI
;DON'T USE THIS
|
|
;a single-load PC-88 program
|
|
[compilation]
|
|
arch=z80
|
|
modules=default_panic
|
|
|
|
[allocation]
|
|
; TODO: find a more optimal start address
|
|
segment_default_start=$9000
|
|
segment_default_codeend=$bfff
|
|
segment_default_datastart=after_code
|
|
segment_default_end=$efff
|
|
|
|
[output]
|
|
style=single
|
|
format=d88
|
|
extension=d88
|
|
|
|
|