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

Page: Difference between revisions

From SnesLab
Jump to: navigation, search
(See also bank)
(Page boundary)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
A '''Page''' in the 65x architecture is 256 bytes.
A '''Page''' in the 65x architecture is 256 bytes.
A '''page boundary''' occurs between byte $FF of one page and byte $00 of the next.


=== See Also ===
=== See Also ===
* [[Bank]]
* [[Bank]]
* [[Zeropage]]
* [[Direct Page]]


[[Category:ASM]]
[[Category:ASM]]
[[Category:Official Jargon]]

Latest revision as of 12:27, 14 December 2023

A Page in the 65x architecture is 256 bytes.

A page boundary occurs between byte $FF of one page and byte $00 of the next.

See Also