250
K
A
DAK
AMX 86 Procedures
ajlinsc ajlinsc
Purpose Insert Object before Current Ob ject on List
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup #include "amx831sd.h"
.
.
struct amxlhs list;
struct appobj *newobj, *curobj;
.
.
ajlinsc(&list, newobj, curobj);
DS:SI ES:BX CX:DI
Where &list is a pointer to the list header.
newobj is a pointer to the new object to be inserted before the object
specified by curobj.
curobj is a pointer to a particular object on the list.
Results Interrupts are disabled and then restored to their state at the time of the
call.