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