0x651 → 15
@t0 = @pop();
@push(@pop() >> @t0);
ActionBitURShift pops the value and shift count arguments from 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 arg value are shifted to the right by the shift count. ActionBitURShift pushes a UI32 number to the stack.
| Field | Type | Comment |
|---|---|---|
| ActionBitURShift | ACTIONRECORDHEADER | ActionCode = 0x65 |
ActionBitURShift does the following: