How do you convert a 16 bit binary number to BCD on a 8085 microprocessor?
8085 is a 8 bit MP.So you need to store this in a pair of registers.After that move these folks to accumulator as well as use DAA — Decimal Correct Accumulator (Just signs, have discovered it longer before).