Zero Page

From SnesLab
(Redirected from zeropage)
Jump to: navigation, search

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. Local variables are often put here.

zp.png

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

See Also