260
K
A
DAK
AMX 86 Procedures
ajlrmvh ajlrmvh
Purpose Remove Object from 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;
.
.
object = ajlrmvh(&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 head of the list.
object = NULL if the list was empty.