Computer Architecture Homework 4 . 1. Show the micro-operations of using (One-bus system, Two- bus system, Three-bus sys
Posted: Sat May 14, 2022 3:20 pm
Computer Architecture Homework 4 . 1. Show the micro-operations of using (One-bus system, Two- bus system, Three-bus system) of the following instructions a. Instruction subtracts the contents of memory location X from register R1 and stores the result in R1 (R1 + R1 - M[X]) Sub X, R1 b. Fetching an instruction (Assume next instruction is at PC+4) c. Add R2, R1 (R1 + R1 + R2) d. Add #100, R1 (R1 + R1 + 100) . 2