Write a program in assembly language to read a number entered by the user.The program should display an enlarged version of a given number on the screen.The program should do the following:
Clear the screen and change the colour to yellow on blue.
Change the cursor position to row 10, column 0.
Prompt the user to key in upper case letter (A-E).Read the letter from keyboard.
Test whether the number is in range (A-E).Display an error message if the letter is out of range and terminate program.
Define a bit pattern for each letter and use this pattern to display the individual line.
Comments
Leave a comment