Millfork: a middle-level programming language targeting 6502- and Z80-based microcomputers and home consoles
This project is maintained by KarolS
The compiler output is a raw machine code file, which then has to be put on a disk. You can do it using CPCDiskXP, ManageDsk, iDSK, or some other tool.
The file has to be loaded from $0400. An example how to put such a 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"