Long to short. Converts a virtual address to a short pointer.
Syntax |
 |
The LTOS function converts a virtual address to a short pointer.
If the parameter virtaddr is already a short pointer, it is simply returned.
If the parameter virtaddr is a long pointer, or a full
logical code address, a special additional test is performed to ensure
that the offset portion can be returned as the short pointer value.
The SID (space) portion must match the current value of the
associated space register. This ensures that the returned
short pointer value can be successfully converted back into the long
pointer argument.