ELEC1601_ELEC9601 End of Sem (practice)
Started: Nov 3 at 23:57
Quiz Instructions
1 ptsQuestion 1
A machine code must support arithmetic instructions of the following format:
opcode, destination register, source register.
e.g. XOR, R1, R2 translates to perform the bitwise xor of R1 and R2 and stores
the result in R1