Explain implicit data addressing mode (with examples) available in microprocessors.
Implicit Mode:
- Does not exactly give an operand. Instruction implicitly gives the operand since it always applies to a given register.
Example:
CLAC
It clears the accumulator, and then sets value to zero. Here no operands required.