Question: * Can keep it brief A.18 [20/15/15/20] Your task is to compare the memory efficiency of four different styles of instruction set architectures. The architecture

 * Can keep it brief A.18 [20/15/15/20] Your task is to

* Can keep it brief

A.18 [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 Stack-All operations occur on top of the stack. Push and pop are the only instructions that access memory; all others remove their operands from the 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 small 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

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!