AMX 86 Procedures
K
A
DAK
311
ajsofs ajsofs
Purpose Set 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;
.
.
ajsofs(&pntr, ofs);
Results Interrupts are untouched.
The offset part of the FAR pointer variable pntr is set to the 16-bit
unsigned value of ofs.
See Also ajsseg, ajgofs, ajgseg