1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-03-10 12:30:07 +00:00
This commit is contained in:
Karol Stasiak 2018-06-01 09:51:04 +02:00
parent a671ac1d06
commit e2f7c6ee32

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