Instructions

Instructions are recognised by a leading string. Valid leading strings are JUMP, LOOP, RCU, and ALTRO.

 
    GROUP 
      LOOP ... 
      JUMP ... 
      RCU ... 
      ALTRO ... 
    END 
    

Labels
Any instruction can be preceeded by a label. A label is an identifier followed by a literal colon (:).

 
    GROUP 
             LOOP ... 
             JUMP ... 
      label: RCU ... 
             ALTRO ... 
    END 
    

It's stronly recommended to put a label on the first instruction in a group, so one can easily execute that instruction from outside the RCU.

 
    GROUP my_function : 
      # Instructions follows
      ... 
    END 
    

  • special
  • rcu
  • bc
  • fmd
  • altro
Top of page Last update Fri Jul 21 19:48:34 2006
Copyright © 2004 Christian Holm Created by DoxyGen 1.3.5