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

Accumulator: Difference between revisions

From SnesLab
Jump to: navigation, search
(access with XBA)
(→‎See Also: ADC/SBC)
Line 8: Line 8:


=== See Also ===
=== See Also ===
* [[ADC]]
* [[SBC]]
* [[LDA]]
* [[LDA]]
* [[STA]]
* [[STA]]

Revision as of 14:23, 24 July 2024

An Accumulator is a very fast register inside a processor that acts as a mathematical scratch pad.

The 65c816's accumulator can be either 8 or 16 bits in size, as configured by the M flag. Labiak calls this 16-bit memory mode.

The high byte ("B") is still retained even when the accumulator is 8 bits wide and can be accessed with XBA.

The S-SMP's accumulator is always 8 bits wide.

See Also

References