Next: , Up: Exceptions handling instructions   [Contents][Index]


20.1.25.1 Instruction pushe

Synopsys:

pushe LABEL

Given an exception code in the stack, push a handler for it on the exceptions stack. An exception code 0 means any exception.

Stack: ( INT -- )

Exception Stack: ( -- EXCEPTION_HANDLER )