push_ushort_to_integer Function (ROM Call 0x4E5)

AMS 2.00 or higher estack.h

void push_ushort_to_integer (unsigned short value);

Pushes an unsigned short integer to the expression stack.

push_ushort_to_integer pushes the short integer value value to the expression stack. It is the same as push_shortint, except that the value is interpreted as an unsigned value, and that it is implemented in the operating system instead of by TIGCC.


Uses: push_quantum, top_estack
Used by: push_factor


See also: push_long_to_integer, push_ulong_to_integer, push_shortint