Memory Push Stack

Signature

void tim_memoryPushStack(int/float argument); //id:0x1001

Description

Pushes an argument to the stack that is used by the Memory Execute and Memory Execute F functions.

  • Arguments are passed on the stack as a double word (4 bytes) in top-to-bottom order.

  • Only up to 12 arguments can be pushed to the stack.

  • The stack is cleared (all 0) every time Memory Execute or Memory Execute F is called.

Example

For examples, see the corresponding section of the Memory Execute function.

Last updated