[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Far pointer (8/16 bit targets)
Source position: systemh.inc line 324
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) |