0% found this document useful (0 votes)
255 views

Cs 501 Advance Computer Architecture Assignment Solution

This document provides the solution to an assignment question asking to reverse assemble 5 SRC machine language instructions into equivalent assembly language instructions. The 5 instructions are: addi R3 ,R4 , 56, Idr R2 , R0 , 34, Stop, and R8 , R3 , R4, and shc R3 , R4 , R6.

Uploaded by

Adnan Khawaja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
255 views

Cs 501 Advance Computer Architecture Assignment Solution

This document provides the solution to an assignment question asking to reverse assemble 5 SRC machine language instructions into equivalent assembly language instructions. The 5 instructions are: addi R3 ,R4 , 56, Idr R2 , R0 , 34, Stop, and R8 , R3 , R4, and shc R3 , R4 , R6.

Uploaded by

Adnan Khawaja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Advance Computer Architecture (CS501)

Assignment # 01 Solution
Question:
Reverse assemble the following SRC machine language instructions (no need to show all the
steps):

Solution:

Machine Language
Equivalent Assembly Language Instruction
Instruction
68C80038 h addi R3 ,R4 , 56
10800022 h Idr R2 , R0 , 34
F8000000 h Stop
A2064000 h and R8 , R3 , R4
E8C86000 h shc R3 , R4 , R6

You might also like