Problem
A simple sequence problem:
1. Write an algorithm for a program that converts two BCD digits packed in a byte to the ASCII codes for the two BCD digits in different words.
2. Write the assembly language for your algorithm.
3. If you have an appropriate system available, assemble, test, and debug your program.