Good day everyone!!!
Im recently doing my project it about arithmatic series
i should enter the first number( ex 2)
and it make series(2 4 6 ) and the sum.
i write my code but i dont know how to make user screen to enter the first number and to get the result
can any one help i will be so grateful
mov ax,2h
mul bx
mov dx,ax
add ax,bx
Im recently doing my project it about arithmatic series
i should enter the first number( ex 2)
and it make series(2 4 6 ) and the sum.
i write my code but i dont know how to make user screen to enter the first number and to get the result
can any one help i will be so grateful
mov ax,2h
mul bx
mov dx,ax
add ax,bx