Question 7661 – Reading-Comprehension
March 24, 2024Computer-Networks
March 24, 2024Number-Systems
Question 4 |
Write a program in 8085 Assembly language to Add two 16-bit unsigned BCD(8-4-2-1 Binary Coded Decimal) number. Assume the two input operands are in BC and DE Register pairs. The result should be placed in the register pair BC. (Higher order register in the register pair contains higher order digits of operand)
Theory Explanation. |
Correct Answer: A