Previous: Instruction pushlo, Up: Main stack manipulation instructions [Contents][Index]
Synopsys:
push32 VAL
Push the value passed as an argument on the stack. This assumes that the internal representation of VAL doesn’t require more than 32-bit.
This instruction is a workaround to a limitation of Jitter.
Stack: ( -- VAL )