-
Declaration:
- Function Ptr (Sel,Off : Longint) : Pointer;
-
Description:
- Ptr returns a pointer, pointing to the address specified by segment Sel and offset Off.
Remark:
- In the 32-bit flat-memory model supported by Free Pascal, this function is obsolete.
- The returned address is simply the offset.
-
Errors:
- None.
-
See also:
- Addr (451)
Listing: refex/ex59.pp