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

From SnesLab
Revision as of 20:51, 13 July 2024 by Xetheria (talk | contribs) (added syntax)
Jump to: navigation, search

Two instructions use Block Move Addressing on the 65c816:

  • MVP (opcode 44)
  • MVN (opcode 54)

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.

Syntax

Asar:

MVN srds

References