Register Addressing Mode

The operand is one of the eight CPU data registers (Di) and so no memory access is needed.

The register number 0-7 is encoded in the opcode or an instruction postbyte.

Listing: Register Addressing Mode

main: ADD D0,D1
           AND D6,D7