1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Commander X16 improvements

This commit is contained in:
Karol Stasiak
2019-09-16 22:55:08 +02:00
parent b1e5176aff
commit 08ef0beeb7
13 changed files with 314 additions and 22 deletions
+2
View File
@@ -112,6 +112,8 @@ See [the ROM vs RAM guide](../api/rom-vs-ram.md) for more information.
* `NULLPTR` physical value of `nullptr`, default 0
* `VERA_VERSION` on Commander X16, the version of the VERA chip: `7` for 0.7, `8` for 0.8
### Built-in preprocessor functions and operators
The `defined` function returns 1 if the feature is defined, 0 otherwise.