Address Mode - Indirect

From NerdConsole
Jump to navigationJump to search

Indirect

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

Instructions that use this address mode:

Op Inst Description
$6C JMP Jump

Return to the Address Modes table or the OpCodes Table.