AMX 86 Procedures
K
A
DAK
249
ajlhead ajlhead
Purpose Find First Object 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 *object;
.
.
object = ajlhead(&list);
ES:BX DS:SI
Where &list is a pointer to the list header.
Results Interrupts are untouched.
object = pointer to the first object on the list.
object = NULL if the list is empty.
The object remains on the list.