Next: , Previous: , Up: Main stack manipulation instructions   [Contents][Index]


20.1.6.18 Instruction pushlo

Synopsys:

pushlo VAL

Push the low 32 bits of the value passed as an argument to the main stack. This instruction shall be preceded by a ‘pushhi’.

This instruction is a workaround to a limitation of Jitter.

Stack: ( -- LO32(VAL) )