![]() |
push_between | Function (ROM Call 0x2E8) |
AMS 1.01 or higher | estack.h |
void push_between (void *ptr1, void *ptr2); |
Pushes a sequence of bytes to the expression stack.
push_between pushes a sequence of bytes starting at ptr1+1 and ending at ptr2
to the expression stack.
Note: The break key (ON) is checked during execution of this routine, and an error is thrown if
it is pressed!