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
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
Keyboard interpolation is tough! Passing your final exam will be too unless you learn this stuff on your own.
Spara
Spara
Yes, I know but I want to help in this
Please
Please
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.
Topic Locked.