Question: Please use the attached description to solve the problems below 5. Here are some instructions in English. Translate each of them into Vole machine language.
Please use the attached description to solve the problems below


5. Here are some instructions in English. Translate each of them into Vole machine language. a. LOAD register number 0x3 with the hexadecimal value Ox56. b. ROTATE register number Ox5 three bits to the right. C. AND the contents of register OxA with the contents of register Ox5 and leave the result in register Oxo. Use the instruction paper given in the class or refer the Appendix C in textbook for the instructions. Op-code Ox1 Operand RXY Ox2 Ox3 RXY RXY Ox4 Ox5 ORS RST Description LOAD the register R with the bit pattern found in the memory cell whose address is XY LOAD the register R with the bit pattern XY STORE the bit pattern found in register R in the memory cell whose address in XY MOVE the bit pattern found in register R to register S. ADD the bit pattern in register S and T as though they were two's complement representations and leave the result in register R ADD the bit patterns in registers S and T as though they represented values in floating-point notation and leave the floating-point result in register R. OR the bit patterns in register S and T and place the result in register R AND the bit pattern in registers S and T and place the result in Ox6 RST Ox7 RST Ox8 RST Share er R Ox9 RST OXA ROX XOR the bit patterns in registers S and T and place the result in register R. ROTATE the bit pattern in register R one bit to the right X times. Each time, place the bit that started at the low-order end at the high-order end. JUMP to the instruction located in the memory cell at address XY if the bit pattern in register R is equal to the bit pattern in register number 0. Otherwise, continue with the normal OxB RXY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
