work in progress
[fw/sdcc] / doc / sdccman.lyx
index 3021789e8b40d3a909f3816a236c3188e01b8748..d068c71da7447c49f73a142729d5957316fd0e43 100644 (file)
@@ -4434,18 +4434,6 @@ The loop control variable does NOT participate in any arithmetic operation
 \layout Itemize
 
 There are NO switch statements in the loop.
-\layout Standard
-
-Note djnz instruction can be used for 8-bit values 
-\emph on 
-only
-\emph default 
-, therefore it is advantageous to declare loop control symbols as 
-\emph on 
-char
-\emph default 
-.
- Ofcourse this may not be possible on all situations.
 \layout Subsubsection
 
 Algebraic Simplifications
@@ -5336,7 +5324,8 @@ The optimizer will apply to the rules one by one from the top in the sequence
  the rules again from the top, this option for a rule is expensive (performance)
 , it is intended to be used in situations where a transformation will trigger
  the same rule again.
- A good example of this the following rule:
+ An example of this (not a good one, it has side effects) is the following
+ rule:
 \newline 
 
 \newline