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

Program Counter Relative Long Addressing: Difference between revisions

From SnesLab
Jump to: navigation, search
(→‎References: Clark link)
(effective address calculation)
Line 1: Line 1:
'''Program Counter Relative Long Addressing''' is supported by [[BRL]] only (opcode 82).
'''Program Counter Relative Long Addressing''' is supported by [[BRL]] only (opcode 82).
The effective address is generated by adding the 16-bit signed operand to the [[program counter]].  The [[program bank register]] remains unchanged.


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

Revision as of 05:28, 24 July 2024

Program Counter Relative Long Addressing is supported by BRL only (opcode 82).

The effective address is generated by adding the 16-bit signed operand to the program counter. The program bank register remains unchanged.

Syntax

BRL label

See Also

References