TDC (Transfer D into C) (only processor 65816) Tags: NZ

Description:

Transfers the contents of register D to register C. The contents of register D do not change. This is always a 16 bit transfer.

Example:

    TDC    ; Move the contents of register D to C