1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-01-22 19:16:01 +00:00

Configurable entry point for ZX Spectrum, Z1013, TRS-80 and CoCo (#78)

This commit is contained in:
Karol Stasiak
2020-11-19 18:47:50 +01:00
parent 7e45967b0c
commit f2f53a4b28
6 changed files with 19 additions and 12 deletions

View File

@@ -238,9 +238,13 @@ Default: `main,*`
* `d88` - a D88 floppy disk image for PC-88
* `tap` - a tape disk image for ZX Spectrum
* `tap:XXXX` - a tape image for ZX Spectrum; XXXX is the name of the entry point to the program
* `trscmd` - a chunked loadable executable for TRS-80 Model 1 or 3 running TRS-DOS, also known as the /CMD format
* `tap` equivalent to `tap:main`
* `trscmd:XXXX` - a chunked loadable executable for TRS-80 Model 1 or 3 running TRS-DOS, also known as the /CMD format; XXXX is the name of the entry point to the program
* `trscmd` - equivalent to `trscmd:main`
* `format_segment_NAME` if using the `per_segment` style, overrides the format for the given segment