0x63
1 → 1
5
@t0 = @pop();
@push(@pop() << @t0);
ActionBitLShift pops the shift count arg and then value off of the stack. The value argument is converted to 32- bit signed integer and only the least significant 5 bits are used as the shift count. The bits in the value arg are shifted to the left by the shift count. ActionBitLShift pushes an S32 number to the stack.
Field | Type | Comment |
---|---|---|
ActionBitLShift | ACTIONRECORDHEADER | ActionCode = 0x63 |
ActionBitLShift does the following: