push_long_to_integer Function (ROM Call 0x4E3)

AMS 2.00 or higher estack.h

void push_long_to_integer (long value);

Pushes a signed long integer to the expression stack.

push_long_to_integer pushes the long integer value value to the expression stack. It is the same as push_longint, except that it is implemented in the operating system instead of by TIGCC.


Uses: push_quantum
Used by: push_rotate, push_shift, push_and, push_not, push_or


See also: push_ulong_to_integer, push_ushort_to_integer, push_longint