push_LIST_TAG Function (ROM Call 0x264)

estack.h

void push_LIST_TAG (void);

Pushes list tag to the expression stack.

push_LIST_TAG pushes LIST_TAG to the expression stack. This is the same as push_quantum (LIST_TAG).

push_LIST_TAG may be useful when you want to push a list on the expressions stack: first push END_TAG (using push_END_TAG), then all elements of the list in reverse order, and finally push LIST_TAG.


Uses: push_quantum
Used by: push_setmode, de_initRes, de_loop, InitDEMem


See also: push_quantum