Computer Science, asked by suryakantkushwa4109, 1 year ago

Write an assembly language program to add two 16-bit numbers without carry in 8086.

Answers

Answered by Anonymous
0

8086 program to add two 16-bit numbers with or without carry. Problem Statement. Write 8086 Assembly language program to add two 16-bit number stored in memory location 3000H – 3001H and 3002H – 3003H. Discussion. 8086 is 16-bit register. We can simply take the numbers from memory to AX and BX register, then add them ...

Answered by Anonymous
0

Explanation:

assembly language program to add bit numbers without carry

Similar questions