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

TDC: Difference between revisions

From SnesLab
Jump to: navigation, search
(ignores m flag)
(good way to zero accumulator)
 
Line 44: Line 44:
TDA
TDA
</pre>
</pre>
TDC is a good way to zero the [[accumulator]], but only works when the direct page has not be relocated, of course.


=== See Also ===
=== See Also ===

Latest revision as of 00:30, 10 August 2024

Basic Info
Addressing Mode Opcode Length Speed
Implied (type 1) 7B 1 byte 2 cycles
Flags Affected
N V M X D I Z C
N . . . . . Z .

TDC (Transfer Direct page register to aCcumulator) is a 65c816 instruction that transfers the value of the direct page register to the 16-bit accumulator. An alternate mnemonic is "TDA."

TDC ignores the m flag and always transfers 16 bits, even in 6502 emulation mode.

Syntax

TDC
TDA

TDC is a good way to zero the accumulator, but only works when the direct page has not be relocated, of course.

See Also

External Links