The ptr function converts an operating system address into a virtual machine address. The type of the value returned by this function is always a generic pointer type, which is compatible with all other pointer types.
The ptr function's only parameter is an expression of integral type, or address type.
Operating Systems: All
Standard Pascal: No