Question

what is the minimum number of instruction can a load/store ISA have?

what is the minimum number of instruction can a load/store ISA have?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The Instruction Set Architecture (ISA) is the part of the processor that is visible to the programmer or compiler writer. The ISA serves as the boundary between software and hardware. We will briefly describe the instruction sets found in many of the microprocessors used today. The ISA of a processor can be described using 5 catagories:

Operand Storage in the CPU

Where are the operands kept other than in memory.

Number of explicit named operands

How many operands are named in a typical instruction.

Operand location

Can any ALU instruction operand be located in memory Or must all operands be kept internaly in the CPU.

Operations

What operations are provided in the ISA.

Type and size of operands

What is the type and size of each operand Of all the above the most distinguishing factor is the first.

The 3 most common types of ISAs are:

  1. Stack - The operands are implicitly on top of the stack.
  2. Accumulator - One operand is implicitly the accumulator.
  3. General Purpose Register (GPR) - All operands are explicitely mentioned, they are either registers or memory locations.
Add a comment
Know the answer?
Add Answer to:
what is the minimum number of instruction can a load/store ISA have?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT