Next: , Previous: , Up: VM instructions   [Contents][Index]


21.1.1.6 Instruction popob

Synopsys:

popob

Pop and set output base.

This instructions pops a signed integer from the stack and uses it to set the new output base to be used when printing PVM values. Valid values are 2, 8, 10 and 16.

If an invalid obase is specified then this instruction raises PVM_E_INVAL.

Stack: ( INT -- )

Exceptions: PVM_E_INVAL