Next: Instruction powlof, Previous: Instruction neglof, Up: Integer overflow checking instructions. [Contents][Index]
Synopsys:
powiof
Push 1 on the stack if calculating the power of the first value by the second would overflow. Push 0 on the stack otherwise.
Stack: ( INT INT -- INT INT INT )
( INT INT -- INT INT INT )