AMX 86 Procedures
K
A
DAK
253
ajlinst ajlinst
Purpose Insert Object at Tail of 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 *object;
.
.
ajlinst(&list, object);
DS:SI ES:BX
Where &list is a pointer to the list header.
object is a pointer to the object to be inserted as the new tail of the list.
Results Interrupts are disabled and then restored to their state at the time of the
call.