This is a program to add two 16 bit numbers in which one number is stored at 8050 and 8051 and the 2nd number is stored at 8060 and 8061............ and the result is at 8070 and 8071 program: LDA 8051H LXI H,8061H MOV B,M MVI E,00H ADD B JNC loop1 INR E ...
a free blog from CompIT solutions to scholars. Gather knowledge to change the world.