Address Mode - Zero Page Indexed Y

From NerdConsole
Jump to navigationJump to search

Zero Page Indexed Y

Add the value in the Y register to the specified zero page address to determine which byte to use.

Instructions that use this address mode:

Op Inst Description
$96 STX Store X Register
$B6 LDX Load X Register

Return to the Address Modes table or the OpCodes Table.