What is the characteristics of a good instruction format?
Answers
Answered by
2
Answer:
Instruction Components. Instruction in memory has two parts: opcode and operands. The operands are subjects of the operation, such as data values, registers, or memory addresses. Due to variety of opcodes and operands, instructions may occupy different sizes of bytes in memory
Answered by
5
- Instruction is made up 3 main components:-
- Operation code (op code)
- Mode
- Memory location or address
- Characteristics of a good instruction format:
- All three components must be present
- Each element is necessary as it contains the information about the instruction to be executed.
- The entire group of instructions is called an instruction set.
Similar questions