... me0.1
at Michael.VanCanneyt@wisa.be
.
... code1.1
This behaviour changed in the 0.99.13 release of the compiler. Earlier versions by default did not generate this code.
.
... given2.1
Remark: The FPK symbol is still defined for compatibility with older versions.
.
... symbol2.2
In versions prior to 0.9.4, this didn't happen, thus making Cross-compiling impossible.
.
... numbers2.3
Otherwise {$If 8>54} would evaluate to True
.
... statement2.4
In compiler versions older than 0.9.8, the assignment operator for a macros wasn't :=, but =
.
... bytes8.1
The size can be set using the max_size constant in the heap.inc source file.
.
... lists8.2
The actual size is max_size div 8.
.
... is8.3
By storing it's size at a negative offset for instance.
.
... memory8.4
Thanks to an explanation of Thomas schatzl (E-mail:tom_at_work@geocities.com).
.
... pointer10.1
You can use multiple pointers to point to the same variable as well, that doesn't matter.
.
... program11.1
If you omit the library name in the external modifier, then you can still tell the compiler to link to that library using the {$Linklib } directive.
.