PUSHI (instruction)
Jump to navigation
Jump to search
PUSHI | size: | 3 |
immediate | ||
args: | 0 | |
0x4e | ||
Push big integer onto stack |
Pushes integer value onto stack. 16bit immediate represents a number of entry in script's integer table[1].
Used for integer values greater than 32767
or lower than -32768
.
- ↑ For convenience, compiler supports direct integer usage and converts values into entry numbers automatically.