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