The DAA instruction in the 8085 only accesses internal registers, so it has no addressing mode. At best, it can be considered an implicit mode instruction.
ADDRESSING MODES for 8085
1. Immediate addressing.2. Register addressing.3. Direct addressing.4. Indirect addressing.Immediate addressingLoad the immediate data into the register, R.Example: MVI...
The MVI instruction is Move Immediate. It uses immediate mode addressing, meaning that the operand is contained within the instruction, i.e. immediately following it.