using mov ah,01 how can i add two number, i will input two numbers example:
1 2 = 3

how can i add this??

You mean this..

;...
mov ah,01
mov al,02
add al,ah
;...
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.