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.


Uses: check_estack_size, top_estack, estack_max_index
Used by: push_next_arb_int, push_next_arb_real, push_next_internal_var, push_parse_text, push_zstr, cmd_blddata, cmd_dialog, cmd_linetan, cmd_popup, cmd_sinreg, did_push_anti_deriv, did_push_series, push_1st_derivative, push_atan, push_atanh, push_char, push_comdenom, push_csolve, push_czeros, push_def_int, push_denominator, push_desolve, push_diag, push_expand, push_factor, push_floor, push_fractional_part, push_im, push_instring, push_is_prime, push_left, push_lim, push_ln, push_max, push_median, push_mid, push_min, push_nsolve, push_numerator, push_part, push_phase, push_re, push_rotate, push_sequence, push_shift, push_sign, push_sin2, push_solve, push_string, push_tanh, push_zeros, did_push_to_polar, push_equals, push_exponentiate, push_greater_than, push_greater_than_or_equals, push_less_than, push_less_than_or_equals, push_negate, push_not_equals, push_product, push_sum, push_to_cylin, push_to_sphere, add_to_top, are_units_consistent, EQU_getNameInfo, get_ub, GetStatValue, GT_IncXY, GT_Trace, index_if_pushed_qquad_info, push_auto_units_conversion, push_but_factor, push_but_term, push_constant_factors, push_constant_terms, push_dependent_factors, push_dependent_terms, push_gcd_then_cofactors, push_independent_factors, push_independent_terms, push_make_proper, push_minus_recip_of_quantum, push_negate_quantum_as_negint, push_nonconstant_factors, push_nonconstant_terms, push_nonnumeric_factors, push_parse_prgm_or_func_text, push_poly_qr, push_quantum_pair_as_pos_frac, push_reciprocal, push_reciprocal_of_quantum, push_standardize, raise_to_top, replace_top_with_post_simplified, replace_top2_with_pow, replace_top2_with_sum, tokenize_if_TI_92_or_text, ROM Call 0x49B, ROM Call 0x4B1, ROM Call 0x4C2


See also: push_quantum