Do the Even questions from sections 7.5.5 and 7.6.3.
(It wouldn't hurt if you studied the answers to the odd questions as well.)
In addition, do these problems:
Given the following byte values, translate each to decimal as if the bytes were ASCII, unpacked BCD, and packed BCD in turn. If a translation isn't possible, explain why.
Of what practical use are the ASCII math instructions?
Do a little research to find the origins of unpacked and packed BCD formats. Who/What prompted their initial creation/use? Where are they still used today?
Show code to read two 3-digit numbers from the user and multiply them 'in ASCII'. Display the result.
This assignment is Level 5.