InterviewSolution
| 1. |
What Are The Different Types Of Fields That Are Part Of An Instruction?explain? |
|
Answer» An instruction can be considered to be a COMMAND that has been issued to a computer to perform a particular operation. The instruction format contains various field in them such as: Operation CODE Field: Also known as the op code field, this field is used to specify the operation to be PERFORMED for the instruction. An instruction can be considered to be a command that has been issued to a computer to perform a particular operation. The instruction format contains various field in them such as: Operation Code Field: Also known as the op code field, this field is used to specify the operation to be performed for the instruction. |
|