Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A proposed computer design has 16 bit instructions. The computer should be able to work with a 2 KB byte-addressable memory. There are 8 general
A proposed computer design has 16 bit instructions. The computer should be able to work with a 2 KB byte-addressable memory. There are 8 general purpose registers available. The CPU designer wants the following types of instructions to be supported.
- 3 instructions with a register address and a memory address
- 7 instructions with only a memory address
- 15 instructions with only a register address
- 8 zero-address instructions
Perform the following tasks.
a) Mathematically prove that the proposed design is possible (count the bit patterns).
b) Propose an instruction set design, indicating all the escape opcodes.
c) Based on the above design, provide pseudo code to find out the type of a given instruction
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