Question

What must an instruction specify? (computer organization and design) 1. 2. 3. 4.

What must an instruction specify?

(computer organization and design)

1.

2.

3.

4.

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

Given, What must an instruction specify?

Answer: An instruction specify these 4 things:

1. operation to perform

=> Operation here is declared or known as operand in any instruction. An operand is the predefined instruction for each and every microprocessor or to be known as operation.

Example: Add ax, bx

2. operands and from where to find and fetch

=> Operands are called the variables or an object space from where we reference the value. In most of cases we use different addressing mechanism like register or direct addressing,

Example: Mov ax, 08H

3. result store, if it has/generate one

=> Result here is referenced to the area or storage memory which will hold the result. In most of the case the result is stored by the higher memory or double memory space than the operands one.

Example: Mul ax, 07H

Here, ax has some value and we need to multiply 07 to it and requires more space to store so ax provides more space than any other common registers.

4. Next instruction to look for

=> This statement is not always true or required since only some instruction support such specification of presenting next instruction address. For those who don't get the next instruction using PC(Program Counter).

Example: JMP 6200H

All these 4 are necessary type for an instruction to properly execute.

Please let me know in the comments if you need more help in this.

Add a comment
Know the answer?
Add Answer to:
What must an instruction specify? (computer organization and design) 1. 2. 3. 4.
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