Section 14: Flags214
Keystrokes Display      
PRGM 
       
     
g GTO · · 
  00 REG 46    
     
g LBL 
       
     
ALPHA FLAG ALPHA 
  01 LBLTFLAG
     
g LBL 01 
  02 LBL 01    
  Display SET when flag 00 is set.
ALPHA SET 
  03TSET    
 
g AVIEW ALPHA 
  04 AVIEW    
 
XEQ 
       
 
ALPHA PSE ALPHA 
  05 PSE    
 
g CF 00 
  06 CF 00    
    Clear flag 00.
g LBL 02 
  07 LBL 02    
     
g FS? 00 
  08 FS? 00    
    Test flag 00.
g GTO 01 
  09 GTO 01    
       If the test is true, go to LBL 01. Otherwise, display CLEAR, set flag 00 and go to LBL 02.
ALPHA CLEAR 
  10TCLEAR    
 
g AVIEW ALPHA 
  11 AVIEW    
 
XEQ 
       
 
ALPHA PSE ALPHA 
  12 PSE    
 
g SF 00 
  13 SF 00    
 
g GTO 02 
  14 GTO 02    
 
g GTO · · 
  00 REG 41    
     
Now run the program.
Keystrokes Display      
PRGM 
  0.0000    
     
XEQ 
       
     
ALPHA FLAG ALPHA 
  SET    
    SET and CLEAR are displayed alternately as the flag changes status. Also notice that the annunciator for flag 00 turns on and off as the flag changes status.
 
  CLEAR    
   
 
  SET    
   
 
  CLEAR    
   
 
  SET    
   
 
  CLEAR    
   
 
  SET    
   
 
   ·    
   
 
   ·    
   
 
   ·    
   
R/S 
  0.0000