Media Summary: ... there in the carry flag okay and the carry flag will get updated assume cs: code ,ds: data code segment start: mov ax,data mov ds,ax mov ax,00h mov ax,num1 mov bx,num2 add ax,bx mov ... This presentation explained about write a program of Addition of Two 16 bit number in Assembly Language
Arithmetic Operation Using 8086 Emulator - Detailed Analysis & Overview
... there in the carry flag okay and the carry flag will get updated assume cs: code ,ds: data code segment start: mov ax,data mov ds,ax mov ax,00h mov ax,num1 mov bx,num2 add ax,bx mov ... This presentation explained about write a program of Addition of Two 16 bit number in Assembly Language