We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Absolute Indirect Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(linkify bank)
(effective address)
 
Line 1: Line 1:
'''Absolute Indirect Addressing''' is supported only by [[JMP]] (opcode 6C).
'''Absolute Indirect Addressing''' is supported only by [[JMP]] (opcode 6C).


The indirect address is located in [[bank]] 0.
The '''indirect address''' is located in [[bank]] 0.  It is concatenated to the [[program bank register]] to form the 24-bit '''effective address'''.


==== Syntax ====
==== Syntax ====

Latest revision as of 05:48, 11 August 2024

Absolute Indirect Addressing is supported only by JMP (opcode 6C).

The indirect address is located in bank 0. It is concatenated to the program bank register to form the 24-bit effective address.

Syntax

 JMP (addr)

See Also

References