Instruction | Operation | Variable | Description |
---|---|---|---|
10ijj | BXi | Xj | Copy (Xj) to Xi |
11ijk | BXi | Xj*Xk | Logical product (AND) of (Xj) and (Xk) to Xi |
12ijk | BXi | Xj+Xk | Logical sum of (Xj) and (Xk) to Xi |
13ijk | BXi | Xj-Xk | Logical difference of (Xj) and (Xk) to Xi |
14ijj | BXi | -Xj | Copy complement of (Xj) to Xi |
15ijk | BXi | -Xk*Xj | Logical product of (Xj) and complement (Xk) to Xi |
16ijk | BXi | -Xk+Xj | Logical sum of (Xj) and complement (Xk) to Xi |
17ijk | BXi | -Xk-Xj | Logical difference of (Xj) and complement (Xk) to Xi |