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
(→See Also: TAX, TXA, TAY, TYA) |
(name of high byte) |
||
Line 3: | Line 3: | ||
The [[65c816]]'s accumulator can be either 8 or 16 bits in size, as configured by the M flag. | The [[65c816]]'s accumulator can be either 8 or 16 bits in size, as configured by the M flag. | ||
The high byte is still retained even when the accumulator is 8 bits wide. | The high byte ("B") is still retained even when the accumulator is 8 bits wide. | ||
The [[SPC700]]'s accumulator is always 8 bits wide. | The [[SPC700]]'s accumulator is always 8 bits wide. |
Revision as of 04:48, 23 November 2023
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.
The high byte ("B") is still retained even when the accumulator is 8 bits wide.
The SPC700's accumulator is always 8 bits wide.