]> git.gag.com Git - fw/sdcc/commitdiff
loop reversal works for int and long too
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 21 Aug 2001 12:00:10 +0000 (12:00 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 21 Aug 2001 12:00:10 +0000 (12:00 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1160 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/sdccman.lyx

index 3021789e8b40d3a909f3816a236c3188e01b8748..fa65fcd79d71fbfdb181b6a623fcea1ebac5a54a 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