Your Answer: The opcode is in unsigned binary . . . .

is wrong.

The opcode is merely a bit pattern that activates various digital circuits of the processor when it is in the Instruction Register. You should not really think of it as a number.

Consider that the VAX does not have fixed-size instructions. The op-code determines how many (up to 6) operand specifiers are to follow. This hint should help you answer the question.


Click Here to return to the question