We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Zero Page: Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(abbreviation)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Zero Page''' is the very first page of memory in the 65x architecture.
The '''Zero Page''' (ZP) is the very first [[page]] of memory in the 65x architecture.  Every byte with address from 00h to FFh is part of it.
 
[[File:zp.png]]
 
In [[Mode 7]], [[VRAM]]'s zeropage holds the tilemap.


=== See Also ===
=== See Also ===
* [[Direct Page]]
* [[Direct Page]]
* [[Uppermost Page]]
* [[Zero Page Addressing]]


[[Category:ASM]]
[[Category:ASM]]
[[Category:Inherited from 6502]]
[[Category:Official Jargon]]

Latest revision as of 22:23, 1 August 2024

The Zero Page (ZP) is the very first page of memory in the 65x architecture. Every byte with address from 00h to FFh is part of it.

zp.png

In Mode 7, VRAM's zeropage holds the tilemap.

See Also