Changes

Jump to: navigation, search

Addressing Mode

1 byte removed, 01:29, 11 September 2023
no edit summary
Addressing modes may include:
* Implicit Implied - Any arguments are implied by the instruction (e.g., a return-from-subroutine instruction, which will pop a value off the [[Stack|stack]] or retrieve it from a Link Register and place it in the [[Register#Program Counter|program counter]] - no additional arguments are required to complete the [[Operation|operation]]).
* Register - Data is read from (or written to) a register.
* Absolute - An exact memory address is specified.

Navigation menu