1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-26 10:20:51 +00:00

Update documentation

This commit is contained in:
Karol Stasiak
2019-04-15 01:58:51 +02:00
parent 1ba4b57c1c
commit eb69957ada
4 changed files with 47 additions and 3 deletions
+2 -2
View File
@@ -12,10 +12,10 @@ Variables in Millfork can belong to one of the following storage classes:
* parameter: function parameters
Variables can also belong to one of the following memory segments
Variables can also belong to one of the following memory areas
(unless overridden with the `@` operator):
* zeropage: all `pointer` variables and parameters
* zeropage: all `pointer` variables and parameters with no defined memory segment (6502-like targets only)
* high RAM: all the other variables and parameters