Inherent Addressing Mode

Instructions using this addressing mode have no operands or all operands are stored in internal CPU registers. The CPU does not need to perform any memory access to complete the instruction.

Listing: Inherent Addressing Mode Instructions

NOP ; Instruction with no operand
ABS D0 ; Returns the absolute of value present in D0 register.