Assembler Language
Program Assignment II

Display Strings & Characters

Write an assembler program that would display the following lines on the screen:
Line 1: Your name
Line 2: "Saint Augustine's College"
Line 3: The lower case letters of the alphabet
Line 4: The upper case letters of the alphabet
Line 5: The digits 0 to 9.
Line 6 and 7: Accept two keystrokes from the keyboard.  Use a good prompts for these lines.
Line 8: Display the prompt "The larger of the keystrokes entered is " followed by the larger of the keystrokes.
Lines 3, 4, and 5 must be done using program loops to display the characters one character at a time (not using a string defined in the data portion of the program.)

The source code must be documented properly.  That means a good heading documentation as well as documentation within the program code.

The program is due by 9:30 on November 9th.  Submit the program by E-mail to albert@crawfordenterprise.com.  Send as attachments two files, the *.asm file and the *.exe file.  Be sure the "From" is your own name.  The Subject for this e-mail should be "CSC 303, Program 2"