/[mailutils]/mailutils/libsieve/README
ViewVC logotype

Diff of /mailutils/libsieve/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gray, Tue Nov 12 16:30:32 2002 UTC revision 1.2 by gray, Wed Nov 13 13:33:54 2002 UTC
# Line 38  Pops the top of stack value into the num Line 38  Pops the top of stack value into the num
38  2.3. Unconditional branch  2.3. Unconditional branch
39    
40  Name: instr_branch  Name: instr_branch
41  Arguments: [pc  ]  (number) New value for pc.  Arguments: [pc  ]  (number) Offset of the new cell.
42    
43  2.4. Branch if not zero  2.4. Branch if zero
44    
45  Name: instr_brnz  Name: instr_brz
46  Arguments: [pc  ]  (number) New value for pc.  Arguments: [pc  ]  (number) Offset of the new cell.
47    
48  2.5. Logical NOT  2.5. Logical NOT
49    
# Line 89  is translated into the following program Line 89  is translated into the following program
89          .                .      
90          .          .
91          .          .
92          brnz    L_ELSE          brz     L_ELSE
93  # Evaluate list1  # Evaluate list1
94          .          .
95          .          .
# Line 112  is translated into the following program Line 112  is translated into the following program
112          .                .      
113          .          .
114          .          .
115          brnz    L_ELSIF          brz     L_ELSIF
116  # Evaluate list1  # Evaluate list1
117          .          .
118          .          .
# Line 123  L_ELSIF: Line 123  L_ELSIF:
123          .          .
124          .          .
125          .                .      
126          brnz    L_ELSE          brz     L_ELSE
127  # Evaluate list 2  # Evaluate list 2
128          .          .
129          .          .

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26