.model small
.stack
.data
.code
start:
mov ah,1
int 21h
mov ah,2
mov dl,0ah
int 21h
push ax
mov ah,1
int 21h
mov ah,2
int 21h
pop bx
add ax,bx
aaa
add al,30h
mov dl,al
mov ah,2
int 21h
end start
Ok guys?this is another addition program in tasm..
im using a different approach in adding 2 digits..
i was wondering why my 2nd input wont show even there is service 2,,can someone help me with this problem..thnks