Lab Report Assembly
Lab Report Assembly
Lab Report
Course Title: Microprocessor & Assembly Language Lab
Course Code: CSE 334
Date of Submission: 24-11-2024
Submitted By Submitted To
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.