Step 1: Understand the instructions and addressing modes.
LDA 2100 H is a load instruction and uses the immediate addressing mode.
RAL (Rotate accumulator left) uses the register addressing mode.
ADD C (Add contents of register C to accumulator) uses direct addressing.
ANI 08 H (AND immediate with accumulator) uses the implied addressing mode.