Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

[20/15/15/20] Your task is to compare the memory efficiency of four different styles of instruction set architectures. The architecture styles are Accumulator-All operations occur between

image text in transcribedimage text in transcribedimage text in transcribed

[20/15/15/20] Your task is to compare the memory efficiency of four different styles of instruction set architectures. The architecture styles are Accumulator-All operations occur between a single register and a mem- ory location Memory-memory-All instruction addresses reference only memory loca tions ur on top of the stack. Push and pop are the only nds from the Stack-All operations occ instructions that access memory; all others remove their opera stack and replace them with the result. The implementation uses a hard- wired stack for only the top two stack entries, which keeps the processor circuit very sma and low cost. Additional stack positions are kept in memory locations, and accesses to these stack positions require memory references. Load-store-All operations occur in registers, and register-to-register in- structions have three register names per instruction To measure memory efficiency, make the following assumptions about all four instruction sets: All instructions are an integral number of bytes in length The opcode is always one byte (8 bits). Memory accesses use direct, or absolute, addressing The variables A, B. C, and D are initially in memory a. [20] Invent your own assembly language mnemonics (Figure A.2 provides a useful sample to generalize), and for each architecture write the [20/15/15/20] Your task is to compare the memory efficiency of four different styles of instruction set architectures. The architecture styles are Accumulator-All operations occur between a single register and a mem- ory location Memory-memory-All instruction addresses reference only memory loca tions ur on top of the stack. Push and pop are the only nds from the Stack-All operations occ instructions that access memory; all others remove their opera stack and replace them with the result. The implementation uses a hard- wired stack for only the top two stack entries, which keeps the processor circuit very sma and low cost. Additional stack positions are kept in memory locations, and accesses to these stack positions require memory references. Load-store-All operations occur in registers, and register-to-register in- structions have three register names per instruction To measure memory efficiency, make the following assumptions about all four instruction sets: All instructions are an integral number of bytes in length The opcode is always one byte (8 bits). Memory accesses use direct, or absolute, addressing The variables A, B. C, and D are initially in memory a. [20] Invent your own assembly language mnemonics (Figure A.2 provides a useful sample to generalize), and for each architecture write the

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

Is the information factually accurate?

Answered: 1 week ago

Question

What must a creditor do to become a secured party?

Answered: 1 week ago

Question

When should the last word in a title be capitalized?

Answered: 1 week ago