millfork

Millfork: a middle-level programming language targeting 6502- and Z80-based microcomputers and home consoles

This project is maintained by KarolS

< back to index

Adding a custom platform

Every platform is defined in an .ini file with an appropriate name. The file is looked up in the directories on the include path, first directly, then in the platform subdirectory.

As an extension, multiline entries are supported: if a line ends with a backslash character, the value continues to the next line.

[compilation] section

[define] section

This section defines values of features of the target. See the preprocessor documentation for more info.

[allocation] section

[output] section