Rev. 1.50, 10/04, page 307 of 448
10.1.60 SETT (Set T Bit): System Control Instruction
Format Operation Instruction Code Cycle T Bit
SETT 1 → T 0000000000011000 1 1
Description: This instruction sets the T bit to 1.
Notes: None
Operation:
SETT( ) /* SETT */
{
T = 1;
PC += 2;
}
Example:
SETT ;Before execution T = 0
;After execution T = 1