Changes

Jump to: navigation, search

6502 Addressing Modes

146 bytes added, 17:21, 14 September 2021
Zero page
== Zero page ==
An 8-bit address is provided within the zero page. This is like an absolute address, but since the argument is only one byte, the CPU does not have to spend an additional cycle to fetch high byte.
LDX $13

Navigation menu