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

CS501 Assignment of VU

This is an assignment of VUP of course CS501

Uploaded by

Raja
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

CS501 Assignment of VU

This is an assignment of VUP of course CS501

Uploaded by

Raja
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Advance Computer Architecture (CS501) Total marks = 20

Assignment # 01 Deadline
th
30 of August
Summer 2024 2024

Please carefully read the following instructions before attempting the assignment.

RULES FOR MARKING


It should be clear that your assignment would not get any credit if:
 The assignment is submitted after the due date.
 The submitted assignment does not open, or the file is corrupted.
 Strict action will be taken if the submitted solution is copied from any other student or the
internet.

You should consult the recommended books to clarify your concepts, as handouts are insufficient.
You are supposed to submit your assignment in Doc or Docx format.
Any other formats like scanned images, PDF, ZIP, RAR, PPT, BMP, etc. will not be accepted.

Topic Covered:
The goal of this assignment is to deepen your understanding of various addressing modes used in
instruction sets within advanced computer architectures. You will explore different addressing modes,
analyze their usage, and understand how they impact the performance and efficiency of a computer
system.

Topic Covered
Lecture # 1 to Lecture # 6

NOTE

No assignment will be accepted via email after the due date (whether it is due to load shedding, internet
malfunctioning, etc.). Hence, refrain from uploading assignments within the last hour of the deadline. It is
recommended that the solution be uploaded at least two days before its closing date.

If you find any mistakes or confusion in the assignment (Question statement), please consult your instructor
before the deadline. After the deadline, no queries will be entertained in this regard.

For any query, feel free to email me at:


[email protected]
Question Marks (20)

There are various addressing modes used in instruction sets. An addressing mode in computer architecture
refers to the way in which the operand of an instruction is specified. It defines how the processor should
access the data required by the instruction. They enable various ways to calculate the effective address of the
operand, which can optimize performance and memory usage.

Below is a table with examples in the first column. Your task is to identify the addressing mode for each
example and provide an explanation of the addressing mode used.

Example Addressing Mode Explanation


MOV R0, #15
MOV R1, 0x4000
ADD R1, R2
MOV R1, [R2]
MOV R1, [R2 + 4]

You might also like