Address Mode - Absolute Indexed X Indirect

From NerdConsole
Revision as of 20:28, 31 January 2024 by NerdOfEpic (talk | contribs) (Created page with "'''Absolute Indexed X Indirect''' Uses a value found at the specified address plus the value in the X register and the next byte to form an address that will be worked on. '''Instructions that use this address mode:''' {| class='wikitable' ! Op !! Inst !! Description |- | $7C || JMP || Jump |} Return to the Address Modes table or the OpCodes Table.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Absolute Indexed X Indirect

Uses a value found at the specified address plus the value in the X register and the next byte to form an address that will be worked on.

Instructions that use this address mode:

Op Inst Description
$7C JMP Jump

Return to the Address Modes table or the OpCodes Table.