AMX 86 Procedures
K
A
DAK
261
ajlrmvt ajlrmvt
Purpose Remove Object from 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;
.
.
object = ajlrmvt(&list);
ES:BX DS:SI
Where &list is a pointer to the list header.
Results Interrupts are disabled and then restored to their state at the time of the
call.
object = pointer to the object removed from the tail of the list.
object = NULL if the list was empty.