i have the numbers in the array now, both in single and double digits now what i am trying to do is display them back out to the screen.
this is what i have and i dont know why it aint working
mov bx,offset numarray
mov cx,count
outtake:mov al,[bx]
cmp al,9 ;to check...