Subject: CS401-Computer Architecture and Assembly language Programming
Semester: FALL 2018
Assignment No. 2
Due date: 29 January, 2019
Semester: FALL 2018
Assignment No. 2
Due date: 29 January, 2019
CS401-Assembly language Programming Assignment 2 #Question
Question: [15 Marks]
Write a TSR program that will print first letter of your Name on the screen (upper left corner). The letter will be printed when you will press that letter on keyboard and how many times it will be printed depends on the last digit of your VUID
CS401-Assembly language Programming Assignment 2 #Explaination
- Let’s say your name is Muhammad Usman, and your VUID is BC123456789. You will write code in
- such a way that if you press M (first letter of name), then M will be printed on the screen, nine times
- (which is the last digit of VUID)
- As another example, let’s say your name is Ali Raza, and your VUID is BC987654321. You will write code in such a way that if you press A (first letter of name), then A will be printed on the screen, one time (which is the last digit of VUID)
- If last digit of your VUID is zero, then you’ll print first letter of your name ten times
- You will use DOSBox to compile and execute your code
- Keep name of assembly file according to last eight digits of your VUID. For example, if your VUID is BC123456789, you will keep name of the assembly code file as 23456789.asm
CS401-Assembly language Programming Assignment 2 #Submit
What to submit:
Your solution must be in a single Word file (DOC or DOCX) containing the following:
1) Complete code written in Word file
2) First screenshot that will show the command to compile the code
3) Second screenshot that will show the final output
CS401-Assembly language Programming Assignment 2 #Output Sample
Sample Output:
CS401-Assembly language Programming Assignment 2 #Video with output
CS401-Assembly language Programming Assignment 2 Solution
CS401 Assignment_2 Solution FALL_2018 ———————- Download