1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Really early and very incomplete PC-88 support

This commit is contained in:
Karol Stasiak
2018-07-02 00:31:47 +02:00
parent 62e94d96f7
commit 9512e8e7ae
12 changed files with 218 additions and 9 deletions
+18
View File
@@ -0,0 +1,18 @@
;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