Rev. 1.50, 10/04, page 223 of 448
10.1.13 CLRT (Clear T Bit): System Control Instruction
Format Operation Instruction Code Cycle T Bit
CLRT 0 → T 0000000000001000 1 0
Description: This instruction clears the T bit.
Notes: None
Operation:
CLRT( ) /* CLRT */
{
T = 0;
PC += 2;
}
Example:
CLRT ;Before execution T = 1
;After execution T = 0