Changes

Jump to: navigation, search

Addressing Mode

36 bytes added, 22:31, 26 November 2016
no edit summary
Addressing modes may include:
* Implicit - 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