1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00
This commit is contained in:
Karol Stasiak
2018-06-01 09:51:04 +02:00
parent a671ac1d06
commit e2f7c6ee32
+1 -1
View File
@@ -10,7 +10,7 @@ Millfork puts extra limitations on which types can be used in which contexts.
* `word` 2-byte value of undefined signedness, defaulting to unsigned
* `farword` 4-byte value of undefined signedness, defaulting to unsigned
* `farword` 3-byte value of undefined signedness, defaulting to unsigned
(the name is an analogy to a future 24-bit type called `farpointer`)
* `long` 4-byte value of undefined signedness, defaulting to unsigned