help in emulato 8086 plzzzz

Thread Starter

haya

Joined Dec 28, 2009
1
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
 
Top