0
3.9kviews
Write an assembly language program to add two 16 bit BCD numbers.
1 Answer
0
193views


An assembly language program to add two 16 bit BCD numbers :-


Add Two 16 Bit BCD Numbers Algorithm :-

Step I : Initialize the data memory.

Step II : Load the first number into AX register.

Step III : Load the second number into BX register.

Step IV : …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.