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

Bank Address Register: Difference between revisions

From SnesLab
Jump to: navigation, search
(next page)
(it's the address that is 24 bits, not the data)
Line 1: Line 1:
The '''Bank Address Register''' is Nintendo's name for the 8-bit register that fills in the most significant bits of a 24-bit memory access by the [[5A22]].  It keeps track of what bank the CPU is configured to use.
The '''Bank Address Register''' is Nintendo's name for the 8-bit register that fills in the most significant bits of a 24-bit address memory access by the [[5A22]].  It keeps track of what bank the CPU is configured to use.


=== References ===
=== References ===
* https://archive.org/details/SNESDevManual/book1/page/n94
* https://archive.org/details/SNESDevManual/book1/page/n94

Revision as of 01:36, 5 July 2023

The Bank Address Register is Nintendo's name for the 8-bit register that fills in the most significant bits of a 24-bit address memory access by the 5A22. It keeps track of what bank the CPU is configured to use.

References