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


21.1.10.27 Instruction powlu

Synopsys:

powlu

Perform the exponentiation of the unsigned long 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: ( ULONG UINT -- ULONG UINT ULONG )