Шукаєте відповіді та рішення тестів для Sala común de la asignatura Tecnología de Computadores. Plan 2023 (2024-25, Grado en Ing del Software, Informática, de Computadores y Doble Grado Matemáticas + Informática, Todos los grupos)? Перегляньте нашу велику колекцію перевірених відповідей для Sala común de la asignatura Tecnología de Computadores. Plan 2023 (2024-25, Grado en Ing del Software, Informática, de Computadores y Doble Grado Matemáticas + Informática, Todos los grupos) в informatica.cv.uma.es.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
Given the following 16 bits instrucion format with two types.
|
|
|
| |||||||||||||
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The memory is addressed on word level, where each word has 16 bits . Give (in number of bytes) the size of the memory that can be addressed by direct addressing mode to memory. The answer should be a decimal number (e.g. 254)
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.