Question #2 (4 pts)
Using a single instruction, perform the following: (6 pts)
1. Convert an unpacked BCD digit in AL into its ASCII code.
2. Given CF=0. Increment AL without using INC or ADD.
3. Reset the first 4 most significant bits in BX.
4. Set carry flag without affecting the other flags.