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
(Page boundary)
(cycle penalty)
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.
A '''page boundary''' occurs between byte $FF of one page and byte $00 of the next.  In [[emulation mode]], crossing a page boundary incurs a one cycle penalty.


=== See Also ===
=== See Also ===

Revision as of 18:13, 30 July 2024

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. In emulation mode, crossing a page boundary incurs a one cycle penalty.

See Also