Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design a toy CPU which needs to execute various instructions like: ADD RI ??? AND RI . OR RI MOV R1, R2 MOV R2, Rl
Design a toy CPU which needs to execute various instructions like: ADD RI ??? AND RI . OR RI MOV R1, R2 MOV R2, Rl MOV R1. ACC MOV R2, ACOC . MOV ACC, RI MOV ACC, R2 MVI RI, #33H MOV M, ACC MOV ACC, M *JMP . STA 5000M I/Getting the contents at 6000M location into the accumulator . LDA 6000M //Store the contents of accumulator at 6000M location You need to * Design the data path (as shown in slide 5/6/16, on the project chapter). . Decide the instruction format o o o How many bits for the instruction How many bits for the opcode How many bits for the operand - Need to specify various micro-instructions (and the machine states) for each of the above nstructions Generate various control signals for micro-operations o You need to explain each of the CPU o Explain how data flows o Each instruction should be analyzed in detail. components in detail
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started