CS401-Assembly language Programming Assignment no. 1 Solution FALL 2019 Due date: 14 November, 2019 | SUPERSTARWEBTECH

Subject: CS401-Assembly language Programming

Semester: FALL 2019 
Assignment No. 1

Due date: 14 November 2019

CS401-Assembly Language Programming Assignment 1 #Questions

Question no. 1:
Save your complete VUID in memory using Base Register Indirect + Offset addressing mode(if the last digit of your VUID is Odd) or Indexed Register Indirect + Offset addressing mode (if the last digit of your VUID is even)

Recommended: How to install NASM & DOSBOX

CS401-Assembly Language Programming Even Vu-Id #Solution Video

CS401-Assembly Language Programming Odd VU-id #Solution Video

CS401-Assembly Language Programming Assignment 1 #Solution Download!

CS401 Assignment_1 Solution FALL_2019 —–Base Register Indirect + Offset (Odd)—– Download CS401 Assignment_1 Solution FALL_2019 —Indexed Register Indirect + Offset (Even)– Download

Leave a Comment

Your email address will not be published. Required fields are marked *

CS401-Assembly language Programming Assignment no. 2 Solution FALL 2018 Due date: 29 Januar, 2019 | SUPERSTARWEBTECH

Subject: CS401-Computer Architecture and Assembly language Programming
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

Leave a Comment

Your email address will not be published. Required fields are marked *