Monthly Archives: January 2014

ASSEMBLY03 An Assembly program to read ten (10) characters from console

Now we will write another Assembly program which reads ten (10) characters from console. Let’s identify variables needed for this program. First variable will be holding the Message “ENTER 10 CHARACTERS : ” to be printed for the User, So in all One variable. The identified variable is MESSAGE. First Line – DATA SEGMENT DATA SEGMENT is the… Read More »

ASSEMBLY02 An Assembly program to read a character from console and echo it.

Now we will write another Assembly program which read a character from console and echo it. Let’s identify variables needed for this program. First variable will be the one which will hold the values entered at Console and it will be X. Other variable will be holding the Message “ENTER CHARACTER” to be printed for… Read More »