In this mode, the direct address of memory location is provided in instruction to fetch the operand. Only internal RAM and SFRs addresses can be used in this type of instruction.
Example:
MOV A, 30H
Content of RAM address 30H is copied into the accumulator.