AMX 86 Procedures
K
A
DAK
237
ajgofs ajgofs
Purpose Get Pointer Offset
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup unsigned int ofs;
char FAR *pntr;
.
.
ofs = ajgofs(pntr);
Results Interrupts are untouched.
The 16-bit unsigned integer value of the offset part of the FAR pointer
variable pntr is returned in ofs.
See Also ajgseg, ajsofs, ajsseg