Discuss the below:
Q: Convert any binary number found in register AX to the equivalent ASCII code for each hexadecimal nibble in AX. Place the ASCII code for the hexadecimal number in AX starting at offset location 0000.
Example:
AX = 3030 ;ASCII for 00
[0800] = 41h after conversion (ASCII A)