Tag Archives: ASSEMBLY03

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 »