Instructions that work with boolean (TRUE/FALSE) variables.
| Instruction | Description |
|---|---|
| STORE | Write a boolean value to the target variable |
| SET | Set the target variable to TRUE (latched) |
| RESET | Set the target variable to FALSE (latched) |
| SR | Set-Reset flip-flop (set-dominant) |
| RS | Reset-Set flip-flop (reset-dominant) |
| R_TRIG | Rising edge detection (FALSE-to-TRUE pulse) |
| F_TRIG | Falling edge detection (TRUE-to-FALSE pulse) |