AMX 86 Procedures
K
A
DAK
251
ajlinsh ajlinsh
Purpose Insert Object at Head 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;
.
.
ajlinsh(&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 head of the list.
Results Interrupts are disabled and then restored to their state at the time of the
call.