Question: Question 2 (35 points) (Target Address + Instruction Formats, + Translating Assembly language into machine language) Fill out the following two table with corresponding machine

Question 2 (35 points) (Target Address + Instruction Formats, + Translating Assembly language into machine language) Fill out the following two table with corresponding machine code. Use the binary numbers to represent each field in the first table. In the second table, represent each instruction by a hexadecimal number of eight digits. LOOP: sit $s2. $0, $s1 Ox50000 bne $s2, $0, DONE andi $t1,$t1,-3 addi $s3, $s2, 2 LOOP DONE: LOOP: sit $s2. $0, $s1 0x50000 Ox bne $s2, $0, DONE Ox andi $t1,$t1,-3 Ox addi $s3, $s2,2 Ox LOOP Ox DONE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
