Computer Organization & Assembly Language Assignment # 1: Instructions
The document provides instructions for Computer Organization & Assembly Language Assignment #1. It details that the assignment is due on October 18, 2020 and covers topics such as addressing modes and status flags. Students will lose marks for late submissions or cheating. The assignment contains two questions worth 5 marks each on identifying addressing modes and finding a status flag from assembly instructions.
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 ratings0% found this document useful (0 votes)
47 views1 page
Computer Organization & Assembly Language Assignment # 1: Instructions
The document provides instructions for Computer Organization & Assembly Language Assignment #1. It details that the assignment is due on October 18, 2020 and covers topics such as addressing modes and status flags. Students will lose marks for late submissions or cheating. The assignment contains two questions worth 5 marks each on identifying addressing modes and finding a status flag from assembly instructions.
Instructions 1. Understanding of the problems is part of the assignments. So no query please. 2. You will get Zero marks if found any type of cheating. 3. 25 % deduction of over marks on the one day late submission after due date 4. 50 % deduction of over marks on the two day late submission after due date 5. No submission after two days.
1. Give the addressing modes for each of the following. (5 marks)
MOV DX, [BP+DI+4] MOV [BP+6], AL MOV AH, [BX] [SI] + 6 2. Find the status flag. (5 marks) MOV DX, 10FFH ADD DX, 01H