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

From SnesLab
(Redirected from Absolute Indirect)
Jump to: navigation, search

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