1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Preprocessor. Z80 improvements. Library improvements.

This commit is contained in:
Karol Stasiak
2018-07-12 18:30:35 +02:00
parent 35f3638a4f
commit 215d8d92b4
91 changed files with 1560 additions and 169 deletions
+1
View File
@@ -34,6 +34,7 @@ no extension for BBC micro program file,
* `-r <program>` Run given program after successful compilation. Useful for automatically launching emulators without any external scripting.
* `-D <feature>=<value>` Defines a feature value for the preprocessor.
## Verbosity options
+4
View File
@@ -64,6 +64,10 @@ Default: the same as `encoding`.
* `lenient_encoding` - allow for automatic substitution of invalid characters in string literals using the default encodings, default is `false`.
#### `[define]` section
This section defines values of features of the target.
See the [preprocessor documentation](../lang/preprocessor.md) for more info.
#### `[allocation]` section