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