![]() |
push_expression | Function (ROM Call 0x44D*) |
AMS 1.01 or higher | estack.h |
void push_expression (CESI ptr); |
Pushes an expression to the expression stack.
push_expression pushes an entry (expression) pointed to by ptr (it needs to point to the entry tag) to the top of the expression stack. The entry does not need to be a simple entity; it may be a complex symbolic expression, too. This is achieved by calling next_expression_index and push_between.