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


21.1.10.25 Instruction powiu

Synopsys:

powiu

Perform the exponentiation of the unsigned integer at the under top of the stack. The exponent is the unsigned integer at the top of the stack. If the exponent is 0, the result is 1.

Stack: ( UINT UINT -- UINT UINT UINT )