We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Block Move Addressing: Difference between revisions
From SnesLab
(total number of bytes copied) |
(current byte copy completed) |
||
Line 4: | Line 4: | ||
* [[MVN]] | * [[MVN]] | ||
The total number of bytes copied is the value in the [[C accumulator]] plus one. | The total number of bytes copied is the value in the [[C accumulator]] plus one. If a block move is interrupted, the current byte copy is completed, then the interrupt is serviced. | ||
=== Reference === | === Reference === |
Revision as of 00:08, 27 November 2023
Two instructions use Block Move Addressing on the 65c816:
The total number of bytes copied is the value in the C accumulator plus one. If a block move is interrupted, the current byte copy is completed, then the interrupt is serviced.