Assembly Language Troubles

Thread Starter

nanobyte

Joined May 26, 2004
120
Using Intel 80x86 Assembly language I am trying to write a program that will take 10 characters (10 key presses from the user) and display only the even numbers on the line below. The program takes in the 10 key presses, but for some reason is not displaying the even numbers on the next line. I'm obviously thinking the problem is with the procedure dealing with displaying the valid character(s)(even numbers) but I don't know what it is. The code is on the attachment below.
 
Top