![]() |
push_quantum_pair | Function (ROM Call 0x2EF) |
AMS 1.01 or higher | estack.h |
void push_quantum_pair (ESQ Tag1, ESQ Tag2); |
Pushes two bytes (tags) to the expression stack.
push_quantum_pair pushes the bytes Tag1 and Tag2 to the expression stack. Basically, it acts like:
push_quantum (Tag1); push_quantum (Tag2);but it is a little more optimized.