1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-05 15:25:04 +00:00

Preliminary CPC support

This commit is contained in:
Karol Stasiak
2018-12-19 19:02:29 +01:00
parent 05884f2c7b
commit 9f16311aff
6 changed files with 77 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
[< back to index](../index.md)
### A note about Armstrad CPC
The compiler output is a raw machine code file, which then has to be put on a disk.
You can do it using [CPCDiskXP](http://www.cpcwiki.eu/index.php/CPCDiskXP),
[ManageDsk](http://www.cpcwiki.eu/index.php/ManageDsk),
[iDSK](http://www.cpcwiki.eu/index.php/IDSK),
or some other tool.
The file has to be loaded from $0400. An example how to put such file onto a disk using CPCDiskXP:
CPCDiskXP -File FILENAME -AddAmsdosHeader 0400 -AddToNewDsk disk_image.dsk
After putting it on a disk, the file can be run with:
RUN "!FILENAME"