[WNOR_W] Word NOR operation
Description
This instruction generates word logic NOT OR operations at the input values. All input value bits of the same significance are logically linked by OR. The result is then inverted and written to the corresponding output value bit.
The number of IN input parameters can be changed.
Example (two inputs)
IN1 | 2# 1 1 1 1_0 0 0 0_1 1 1 1_1 1 0 1 |
IN2 | 2# 1 1 1 1_0 0 0 0_0 0 1 1_0 0 1 1 |
OUT | 2# 0 0 0 0_1 1 1 1_0 0 0 0_0 0 0 0 |
Parameters
Parameters | Declaration | Data type | Description | Default |
|---|---|---|---|---|
IN1 | Input | WORD | Input value 1 | 0 |
INn | Input | WORD | Input value "n" | 0 |
OUT | Output | WORD | Output value | 0 |