Question: At the combinational element level in Logisim or Multisim , define an 8-bit CPU with the following features: ALU with ADD and AND and XOR.
- At the combinational element level in Logisim or Multisim , define an 8-bit CPU with the following features:
- ALU with ADD and AND and XOR.
- Register-based ALU operations (aka R-type instructions).
- Data memory.
- Program memory.
- STORE operation.
- LOAD operation.
- Register bank.
- Program counter.
- Demonstrate the execution of the following assembly program:
- LOAD R1, 0x0000
- LOAD R2, 0x0004
- ADD R3, R1, R2
- STORE R3, 0x0008
- Write short assembly programs to demo the other two functions
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
