You are on page 1of 9

IQRA UNIVERSITY

CAAL Lab Assignment 1

Name: FARRUKH ABBASI


Id: 10424

1-Generate an assembly program that prints these string sin the following manner (lab 7):

In IQRA UNIVERSITY
Exams are near
Kindly, prepare for exams.
2-Design a proper assembly program to add 1493+4563 and save the result in DX register
(lab session 8).
3-Design a program which asks user to enter two numbers of 1 digit each, adds it and
displays its output. Remembering for entering a number you have to sub al,30H to convert
ASCII character into number where as ENTER DIGIT is printed string in assembly language
(lab 8)

Eg.

You might also like