논리 마이크로 연산은 비트간의 연산이다.
예를 들어 R1 = 1 0 1 0, R2 = 1 1 0 0일 때, P: R1 <- R1 ⊕ R2라면
P가 1일 때 R1은 0 1 1 0이다.

16 different binary logic operations

Hardware implementation
: S1, S2 총 2개의 Input의 조합으로 AND, OR, XOR, NOT 연산을 선택할 수 있다.

Logic micro-operations의 응용


'2학년 2학기 > 컴퓨터 구조' 카테고리의 다른 글
| 4.7 Arithmetic logic shift unit (1) | 2024.10.09 |
|---|---|
| 4.6 shift micro-operations (1) | 2024.10.09 |
| 4.4 Arithmetic micro-operations(산술 마이크로 - 연산) (1) | 2024.10.09 |
| 4.3 Bus and memory transfer (1) | 2024.10.09 |
| 4.2 Register transfer (1) | 2024.10.09 |