dear sir i want in afd this value AX=0019 and BX 0000 and cx0012 please help me
ID: 3610237 • Letter: D
Question
dear sir i want in afd this value AX=0019 and BX 0000 and cx0012please help me
[org 0x100]
mov ax, 0;
mov bx, 1;
mov cx, 4;
add ax, bx;
start: add bx, 2;
add ax, bx;
sub cx, 1;
cmp cx, 0;
jne start;
mov ax, 0x4c00;
int 0x21
dear sir this programe show the value in AFD AX=0019 andbx=0009 and cx =0000
so i want in afd show the value Ax=0019 and bx=0000 and cx=0012.
thanks sir i wait your response .
dear sir i want in afd this value AX=0019 and BX 0000 and cx0012
please help me
[org 0x100]
mov ax, 0;
mov bx, 1;
mov cx, 4;
add ax, bx;
start: add bx, 2;
add ax, bx;
sub cx, 1;
cmp cx, 0;
jne start;
mov ax, 0x4c00;
int 0x21
dear sir this programe show the value in AFD AX=0019 andbx=0009 and cx =0000
so i want in afd show the value Ax=0019 and bx=0000 and cx=0012.
thanks sir i wait your response .
Explanation / Answer
dear sir this programe show the value in AFD AX=0019 andbx=0009 and cx =0000 so i want in afd show the value Ax=0019 and bx=0000 and cx=0012. thanks sir i wait your response .
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.