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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user