Far pointer (8/16 bit targets).
Source position: systemh.inc line 435
type FarPointer = Pointer; |
FarPointer is used in 8/16-bit targets to indicate far pointers (over segments). On all other platforms this equals Pointer.
|
Code pointer (8/16 bit targets). |