Page 1 of 1

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
by answerhappygod
Computer Architecture Homework 4 1 Show The Micro Operations Of Using One Bus System Two Bus System Three Bus Sys 1
Computer Architecture Homework 4 1 Show The Micro Operations Of Using One Bus System Two Bus System Three Bus Sys 1 (132.85 KiB) Viewed 67 times
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