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


21.1.18.3 Instruction itoiu

Synopsys:

itoiu NBITS

Convert the integer at the top of the stack to an unsigned integer featuring NBITS bits.

NBITS can be any number from 1 to 32.

Stack: ( INT -- INT UINT )