Address Mode - Absolute Indexed X Indirect
From NerdConsole
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.