248
K
A
DAK
AMX 86 Procedures
ajlcre ajlcre
Purpose Create an Empty List
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup #include "amx831sd.h"
.
.
struct amxlhs list;
int offset;
.
.
ajlcre(&list, offset);
DS:SI CX
Where &list is a pointer to the list header.
offset is the node offset (in bytes) at which the list node is located in
application objects to be linked in this list.
Results Interrupts are untouched.
The list header is initialized to define an empty list.