ADI is a mnemonic, which stands for “ADd Immediate to Accumulator” and here “d8” stands for any 8-bit or 1-Byte of data
ii)RRC:
Implicit Addressing Mode
RRC stands for “Rotate Right Accumulator”. With the help of this instruction, we can rotate the Accumulator current content to the right by 1-bit position
iii)LXI D, 2FFF H:
Immediate Addressing Mode
These instructions are used to load the 16-bit address into the register pair. We can use this instruction to load data from memory location using the memory address, which is stored in the register pair rp.
i)ADI 47H:
ii)RRC:
iii)LXI D, 2FFF H: