![]() |
push_expr2_quantum | Function (ROM Call 0x2EA) |
AMS 1.01 or higher | estack.h |
void push_expr2_quantum (CESI ptr1, CESI ptr2, ESQ Tag); |
Pushes two expressions followed by a tag to the expression stack.
push_expr2_quantum pushes two entries (expressions) on the expression stack pointed to by ptr1 and ptr2 to the top of the stack, then pushes a byte Tag. This function is useful when you need to perform a binary operation on two expressions.