Hi all i'm newer her and i have qustion for Assembly program  i cant do it ... so can everybody help me to solution this program please? .

The qustion is .
Between the work and following instructions is the content of (AL) after the implementation of these instructions

DATA    DB 10, 20, 30, 40, 50 ;
MOV CX,5     
MOV BX, OFFSET DATA   
MOV AL, 0FFH     
AGAIN:    CMP AL,     
JB NEXT       
      MOV AL,       
NEXT:  INC BX         
      LOOP AGAIN 
--------------------------------------------------------------------------
And the second qustion is
type the program is reading the series characters max length 09h interpolated from the keyboard and then count the number of digits in the smooth and printed on the screen this number.

Example: Suppose we have introduced:
E2fg1234
The program will print:
5
............................................................................................
Thank you in advance 
Posted on 2009-10-14 09:38:52 by ASSMIPS
Keyboard interpolation is tough! Passing your final exam will be too unless you learn this stuff on your own.

Spara
Posted on 2009-10-14 09:45:42 by Sparafusile
Yes, I know but I want to help in this
Please
Posted on 2009-10-14 11:54:37 by ASSMIPS
Spara said it all. Time to read up on those notes you received over the course of the semester and at least try to write something before asking for help.

Topic Locked.
Posted on 2009-10-14 19:12:32 by JimmyClif