TSC (Transfer S into C) (only processor 65816) Tags: NZ

Description:

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

Example:

    TSC    ; Move the contents of register S to C