Question 10
Find the minimum number of bits required to represent an instruction set where there are 8 unique instructions and each instruction can take at most 2 operands.
Assume the first operand should be able to represent 64 registers and the second operand should be able to represent -127 to 127 in signed magnitude form.
15
16
17
18