Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. To see how different ISA decisions will impact the machine design, consider designing an accumulator machine with the following specifications: 2 24 words of
2. To see how different ISA decisions will impact the machine design, consider designing an accumulator machine with the following specifications:
- 224 words of memory [words are 32-bit wide]
- Fixed format instructions
- A 32-bit accumulator register (AC)
- An index register X
- Index address mode: address field + X when indexing is indicated in the instruction
- Capable of performing a total of 128 operations
- Write the equivalent machine level language corresponding to a C statement of
C = A + B
b. Give an instruction format for this computer. To do this draw a diagram of the instruction format with each field clearly specified.
For each field indicate its size, the reason for selected size, and a description of what purpose the field.
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