I cant add a two large numbers together that have 4 digits in register, if i have 9999 in ax register and 9999 in bx register when i execute the code add ax,bx the sum is not correct. In other way how to put large number than register size and proced? How can i handle these kind of arthimetic in 8086 ?
Comments
Post a Comment