Suppose a computer has 16-bit instructions. The instruction set consists of 32 different operations. All instructions ha
Posted: Mon Jun 06, 2022 6:07 pm
Suppose a computer has 16-bit instructions. The instruction set consists of 32 different operations. All instructions have an opcode and two address fields (allowing for two addresses). The first of these addresses must be a register, and the second must be a memory address. Expanding opcodes are not used. The machine has 8 registers. How many bits can be used for the memory address?