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

Lab Report Assembly

Uploaded by

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

Lab Report Assembly

Uploaded by

Raisul Islam
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Department Of Computer Science & Engineering

Lab Report
Course Title: Microprocessor & Assembly Language Lab
Course Code: CSE 334
Date of Submission: 24-11-2024

Submitted By Submitted To

Name: Md. Raisul Islam ● Abdullah Tamim


ID: 221311058 Lecturer
Section: B Department of C.S.E
Semester: 7th Varendra University
Batch: 29th
• MD. Fatin Ilham
Department Of Computer Science & Lecturer
Department of C.S.E
Engineering, Varendra University.
Varendra University
1. Suppose AL and BL contain signed numbers. Write some code to
print the biggest one.

2. Replace the number in AL by its absolute value.


3. Suppose AL and BL contain extended ASCII characters. Display the one that comes
first in the character sequence.

4. If AL contains a negative number, put ‘n’ In BL; if AX contains 0, put ‘z’ In BX; if AX
contains a positive number, put ‘p’ In BL.\
5. If AL contains 1 or 3, display "o"; if AL contains 2 or 4, display "e“.

6. Read a character. If it's "y" or "Y", display it; otherwise, terminate the program.
7. Write a count-controlled loop to display a row of 80 stars.

8. Write some code to count the number of characters in an input line.


9. Write some code to read characters until a blank is read.

You might also like