This document discusses an assembly language program that takes string input from the user and displays it on the console. The program stores each input character in a string location in memory, compares it to a line feed character, and loops to get additional input. It then loads each character from the string location, displays it on the console, compares it to a line feed, and loops to output all characters before halting the program.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT or read online on Scribd
0 ratings0% found this document useful (0 votes)
117 views2 pages
Lec 22
This document discusses an assembly language program that takes string input from the user and displays it on the console. The program stores each input character in a string location in memory, compares it to a line feed character, and loops to get additional input. It then loads each character from the string location, displays it on the console, compares it to a line feed, and loops to output all characters before halting the program.