[NOT] NOT operation
Description
This instruction inverts the input value.
Truth table
IN | OUT |
|---|---|
0 | 1 |
1 | 0 |
Parameters
Parameters | Declaration | Data type | Description | Default |
|---|---|---|---|---|
IN | Input | BOOL | Input value | 0 |
OUT | Output | BOOL | Output value | 1 |
This instruction inverts the input value.
IN | OUT |
|---|---|
0 | 1 |
1 | 0 |
Parameters | Declaration | Data type | Description | Default |
|---|---|---|---|---|
IN | Input | BOOL | Input value | 0 |
OUT | Output | BOOL | Output value | 1 |