✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the following instruction format of 16 bits with two types of instructions.
|
|
|
| |||||||||||||
|
Opc (3 bits)
|
Operand1 (4 bits)
Register direct
|
Operand2 (9 bits)
Direct to memory
| |||||||||||||
Type1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||||||||||||
|
Opc (3 bits)
|
Operand1 (9 bits) Relative
|
Operand2 (4 bits)
Register direct
| |||||||||||||
Register
|
Offset
| |||||||||||||||
Type2:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Give the maximum number of instructions that can be handled by this format.