Program For 8051 Microcontroller to Unpack A Number
Problem Write a program for 8051 microcontroller to unpack a number stored in memory location 30h. Store the lower nibble in 31h and higher nibble in 32h. Algorithm Step 1: Load the number in accumulator. Step 2: Mask the lower nibble to unpack. Step 3: Store the unmasked lower digit in internal memory location. Step […]
Program For 8051 Microcontroller to Unpack A Number Read More »