- Name:
-
setbit
- Syntax:
-
SETBIT var, bit
Var - is the target variable.
Bit - is the target bit (0-7 for byte variables, 0-15 for word variables)
- Description:
-
Set a specific bit in the variable.
This command sets (sets to 1) a specific bit in the target variable.