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

Implied Indirect: Difference between revisions

From SnesLab
Jump to: navigation, search
(scene slang category)
(Implied addressing)
 
Line 1: Line 1:
'''Implied Indirect''' is an addressing mode that the [[SPC700]] supports.  The data these instructions operates on is stored at an address which is stored in a register implied by the opcode.
'''Implied Indirect''' is an addressing mode that the [[SPC700]] supports.  The data these instructions operates on is stored at an address which is stored in a register implied by the opcode.
=== See Also ===
* [[Implied Addressing]]


[[Category:ASM]]
[[Category:ASM]]

Latest revision as of 09:41, 27 November 2023

Implied Indirect is an addressing mode that the SPC700 supports. The data these instructions operates on is stored at an address which is stored in a register implied by the opcode.

See Also