GTAG - Modding - Opcode Database - 0B16
Opcode Database
0B16
| Description | Performs a logical shift to left. Each bit of the value moves n positions to the left, the new bits on the right will be disabled. Excess on the left will be discarded. It can be used for integer multiplication of a number by the power of two. |
|---|---|
| Parameters (v2) | 1) Integer (INT) 2) Integer (INT) 3) (Returned) Integer (INT) |
| Games | |
| Category | IntOperations |
| San Andreas | |
| sascm.ini | 0B16=3,bitwise_shl %1d% shl %2d% store_to %3d% |
| Example | 0B16: bitwise_shl 0@ shl 8 store_to 0@ |
| Command Name | BITWISE_SHL |

