Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0B13

Opcode Database

0B13

DescriptionPerforms a logical bitwise NOT. All bits that are not disabled will be enabled and vice-versa.
Parameters (v2)1) Integer (INT)
2) (Returned) Integer (INT)
Gamessa
CategoryIntOperations
San Andreas
sascm.ini0B13=2,bitwise_not %1d% store_to %2d%
Example0B13: bitwise_not 0@ store_to 0@
Command NameBITWISE_NOT

<< 0B12

0B14 >>