* .version,
authorMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Feb 2008 14:01:06 +0000 (14:01 +0000)
committerMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Feb 2008 14:01:06 +0000 (14:01 +0000)
* doc/sdccman.lyx: bumped version to 2.7.5
* src/SDCCsymt.c (compareType, comparePtrType): fixed bug 1281583

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5009 4a8a32a2-be11-0410-ad9d-d568d2c75423

.version
ChangeLog
doc/sdccman.lyx
src/SDCCsymt.c

index a4dd9dba4fbfc56b9de647bc31ed848d9f65885f..a603bb50a29e354cfdf452850141fcb013b0a71a 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-2.7.4
+2.7.5
index c31c4d38ca55cddf830aad8bc96bbe0a5a6fcacd..7489e1c16c1c55b35489ab984d7b09e0e028ec42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * .version,
+       * doc/sdccman.lyx: bumped version to 2.7.5
+       * src/SDCCsymt.c (compareType, comparePtrType): fixed bug 1281583
+
 2008-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * device/include/pic16/stdlib.h,
index 505fa0b44ff8caa5c2673a51744ca192c7b5be82..0e58afe3d3b0b1f8974161e6f160cdfb6f75b9ef 100644 (file)
@@ -15,8 +15,8 @@
   linkcolor=blue] {hyperref}
 %
 \sloppy
-\tolerance=500          
-\emergencystretch=30pt 
+\tolerance=500
+\emergencystretch=30pt
 %
 \date{}
 \end_preamble
@@ -85,7 +85,7 @@ Architecture specific stuff (like memory models, code examples) should maybe
 
 \begin_layout Standard
 into seperate sections/chapters/appendices (it is hard to document PIC or
- Z80 in 
+ Z80 in
 \end_layout
 
 \begin_layout Standard
@@ -104,11 +104,11 @@ SDCC Compiler User Guide
 \begin_layout Date
 
 \size normal
-SDCC 2.7.4
+SDCC 2.7.5
 \size footnotesize
 
 \newline
-$Date::             $ 
+$Date::             $
 \newline
 $Revision$
 \end_layout
@@ -151,20 +151,20 @@ SDCC
 \emph on
 S
 \emph default
-mall 
+mall
 \emph on
 D
 \emph default
-evice 
+evice
 \emph on
 C
 \emph default
+
 \emph on
 C
 \emph default
 ompiler) is free open source, retargettable, optimizing ANSI-C compiler
- by 
+ by
 \series bold
 Sandeep Dutta
 \series default
@@ -193,7 +193,7 @@ Sandeep Dutta
 , an open source retargetable assembler & linker.
  SDCC has extensive language extensions suitable for utilizing various microcont
 rollers and underlying hardware effectively.
+
 \newline
 
 \newline
@@ -202,28 +202,28 @@ In addition to the MCU specific optimizations SDCC also does a host of
 \end_layout
 
 \begin_layout Itemize
-global sub expression elimination, 
+global sub expression elimination,
 \end_layout
 
 \begin_layout Itemize
 loop optimizations (loop invariant, strength reduction of induction variables
- and loop reversing), 
+ and loop reversing),
 \end_layout
 
 \begin_layout Itemize
-constant folding & propagation, 
+constant folding & propagation,
 \end_layout
 
 \begin_layout Itemize
-copy propagation, 
+copy propagation,
 \end_layout
 
 \begin_layout Itemize
-dead code elimination 
+dead code elimination
 \end_layout
 
 \begin_layout Itemize
-jump tables for 
+jump tables for
 \emph on
 switch
 \emph default
@@ -233,13 +233,13 @@ switch
 \begin_layout Standard
 For the back-end SDCC uses a global register allocation scheme which should
  be well suited for other 8 bit MCUs.
+
 \newline
 
 \newline
 The peep hole optimizer uses a rule based substitution mechanism which
  is MCU independent.
+
 \newline
 
 \newline
@@ -578,7 +578,7 @@ signed
 \begin_inset Text
 
 \begin_layout Standard
-1.175494351E-38, 
+1.175494351E-38,
 \family roman
 \series medium
 \shape up
@@ -646,7 +646,7 @@ generic
 
 
 \newline
-The compiler also allows 
+The compiler also allows
 \emph on
 inline assembler code
 \emph default
@@ -672,7 +672,7 @@ status collapsed
 -cyclomatic) to report the relative complexity of a function.
  These functions can then be further optimized, or hand coded in assembly
  if needed.
+
 \newline
 
 \newline
@@ -683,7 +683,7 @@ SDCC also comes with a companion source level debugger SDCDB.
 
 \newline
 The latest SDCC version can be downloaded from
+
 \begin_inset LatexCommand \url{http://sdcc.sourceforge.net/snap.php}
 
 \end_inset
@@ -691,7 +691,7 @@ The latest SDCC version can be downloaded from
 .
 
 \series bold
+
 \series default
 \emph on
 Please note: the compiler will probably always be some steps ahead of this
@@ -721,11 +721,11 @@ Open Source
 \end_layout
 
 \begin_layout Standard
-All packages used in this compiler system are 
+All packages used in this compiler system are
 \emph on
 open source
 \emph default
- and 
+ and
 \emph on
 freeware
 \emph default
@@ -756,7 +756,7 @@ This program is free software; you can redistribute it and/or modify
  In other words, you are welcome to use, share and improve this program.
  You are forbidden to forbid anyone else to use, share and improve what
  you give them.
- Help stamp out software-hoarding! 
+ Help stamp out software-hoarding!
 \end_layout
 
 \begin_layout Section
@@ -770,7 +770,7 @@ Typographic conventions
 
 \begin_layout Standard
 Throughout this manual, we will use the following convention.
- Commands you have to type in are printed in 
+ Commands you have to type in are printed in
 \family sans
 \series bold
 "sans serif"
@@ -778,12 +778,12 @@ Throughout this manual, we will use the following convention.
 .
 
 \family default
- Code samples are printed in 
+ Code samples are printed in
 \family typewriter
 typewriter font.
 
 \family default
- Interesting items and new terms are printed in 
+ Interesting items and new terms are printed in
 \emph on
 italic.
 \end_layout
@@ -812,13 +812,13 @@ Newer versions have usually numerous bug fixes compared with the previous
 
 \end_inset
 
- (see section 
+ (see section
 \begin_inset LatexCommand \ref{sub:ANSI-Compliance}
 
 \end_inset
 
  for ANSI-Compliance).
+
 \begin_inset Note Note
 status collapsed
 
@@ -849,7 +849,7 @@ status collapsed
 
 \end_inset
 
--short-is-8bits commandline option (see 
+-short-is-8bits commandline option (see
 \begin_inset LatexCommand \vref{lyx:--short-is-8bits}
 
 \end_inset
@@ -881,7 +881,7 @@ status collapsed
 
 \end_inset
 
-, e.g.: 
+, e.g.:
 \newline
 
 \family typewriter
@@ -1049,7 +1049,7 @@ Other Resources
 \end_layout
 
 \begin_layout Standard
-The SDCC home page at 
+The SDCC home page at
 \begin_inset LatexCommand \url{http://sdcc.sourceforge.net/}
 
 \end_inset
@@ -1060,7 +1060,7 @@ The SDCC home page at
  Web links to other SDCC related sites can also be found here.
  This document can be found in the DOC directory of the source package as
  a text or HTML file.
- A pdf version of this document is available at 
+ A pdf version of this document is available at
 \begin_inset LatexCommand \url{http://sdcc.sourceforge.net/doc/sdccman.pdf}
 
 \end_inset
@@ -1106,7 +1106,7 @@ better code banking
 \newline
 
 \family default
-If you can think of some more, please see the section 
+If you can think of some more, please see the section
 \begin_inset LatexCommand \ref{sub:Requesting-Features}
 
 \end_inset
@@ -1136,12 +1136,12 @@ Installing SDCC
 \end_layout
 
 \begin_layout Standard
-For most users it is sufficient to skip to either section 
+For most users it is sufficient to skip to either section
 \begin_inset LatexCommand \ref{sub:Building-SDCC-on-Linux}
 
 \end_inset
 
- (Unix) or section 
+ (Unix) or section
 \begin_inset LatexCommand \ref{sub:Windows-Install}
 
 \end_inset
@@ -1282,7 +1282,7 @@ lib_dir_suffix environment variable, see table below
 \labelwidthstring 00.00.0000
 \InsetSpace ~
 \InsetSpace ~
-sdccconf_h_dir_separator environment variable, either / or 
+sdccconf_h_dir_separator environment variable, either / or
 \backslash
 
 \backslash
@@ -1579,7 +1579,7 @@ B, STD_XA51_LIB and the environment variables SDCC_DIR_NAME, SDCC_INCLUDE_NAME,
 \newline
 These configure options are compiled into the binaries,
  and can only be changed by rerunning 'configure' and recompiling SDCC.
- The configure options are written in 
+ The configure options are written in
 \emph on
 italics
 \emph default
@@ -1588,7 +1588,7 @@ italics
 \newline
 
 \newline
-The settings for 
+The settings for
 \begin_inset Quotes sld
 \end_inset
 
@@ -1602,7 +1602,7 @@ Win32 builds
 \end_layout
 
 \begin_layout Enumerate
-open source, 
+open source,
 \end_layout
 
 \begin_layout Enumerate
@@ -1963,7 +1963,7 @@ lib
  This is needed for full relocatability of a binary package and to complete
  search paths (see section search paths below):
 \newline
+
 \end_layout
 
 \begin_layout Standard
@@ -2192,7 +2192,7 @@ To cross compile on linux for Mingw32 (see also 'sdcc/support/scripts/sdcc_mingw
 \end_layout
 
 \begin_layout LyX-Code
-./configure 
+./configure
 \backslash
 
 \newline
@@ -2212,9 +2212,9 @@ i586-mingw32msvc-g++
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
+
 \newline
 RANLIB=
 \begin_inset Quotes srd
@@ -2224,7 +2224,7 @@ i586-mingw32msvc-ranlib
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2236,7 +2236,7 @@ i586-mingw32msvc-strip
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2261,7 +2261,7 @@ status collapsed
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2286,7 +2286,7 @@ status collapsed
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2300,7 +2300,7 @@ ${datarootdir}/doc
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2312,7 +2312,7 @@ include
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2324,7 +2324,7 @@ lib
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2344,7 +2344,7 @@ sdccconf_h_dir_separator=
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2399,7 +2399,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-To 
+To
 \begin_inset Quotes sld
 \end_inset
 
@@ -2412,7 +2412,7 @@ compile on Cygwin for Mingw32 (see also sdcc/support/scripts/sdcc_cygwin_mingw32
 \end_layout
 
 \begin_layout LyX-Code
-./configure -C 
+./configure -C
 \backslash
 
 \newline
@@ -2437,7 +2437,7 @@ status collapsed
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2462,7 +2462,7 @@ status collapsed
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2476,9 +2476,9 @@ ${datarootdir}/doc
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
+
 \newline
 include_dir_suffix=
 \begin_inset Quotes srd
@@ -2488,7 +2488,7 @@ include
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2500,7 +2500,7 @@ lib
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2520,7 +2520,7 @@ sdccconf_h_dir_separator=
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2532,7 +2532,7 @@ gcc -mno-cygwin
 \begin_inset Quotes srd
 \end_inset
 
+
 \backslash
 
 \newline
@@ -2544,7 +2544,7 @@ g++ -mno-cygwin
 \begin_inset Quotes srd
 \end_inset
 
+
 \end_layout
 
 \begin_layout Standard
@@ -2831,7 +2831,7 @@ doc
 \size footnotesize
 *compiler, preprocessor, assembler, and linker
 \newline
-**the 
+**the
 \shape italic
 model
 \shape default
@@ -2886,13 +2886,13 @@ Search Paths
 
 \begin_layout Standard
 Some search paths or parts of them are determined by configure variables
- (in 
+ (in
 \emph on
 italics
 \emph default
 , see section above).
  Further search paths are determined by environment variables during runtime.
+
 \newline
 The paths searched when running the compiler are as follows (the first
  catch wins):
@@ -3037,7 +3037,7 @@ $PATH
 
 \end_inset
 
+
 \newline
 
 \end_layout
@@ -3353,7 +3353,7 @@ include
 
 \end_inset
 
+
 \newline
 
 \end_layout
@@ -3378,13 +3378,13 @@ status collapsed
 
 \newline
 3.
- Library files 
+ Library files
 \newline
 
 \end_layout
 
 \begin_layout Standard
-With the exception of 
+With the exception of
 \begin_inset Quotes sld
 \end_inset
 
@@ -3405,13 +3405,13 @@ status collapsed
 \begin_inset Quotes srd
 \end_inset
 
- the 
+ the
 \shape italic
 model
 \shape default
  is auto-appended by the compiler (e.g.
  small, large, z80, ds390 etc.).
+
 \newline
 
 \end_layout
@@ -3859,7 +3859,7 @@ ar.
 \series medium
 bz2
 \series default
+
 \begin_inset LatexCommand \url{http://sdcc.sourceforge.net/snap.php}
 
 \end_inset
@@ -3876,7 +3876,7 @@ Bring up a command line terminal, such as xterm.
 \begin_layout Enumerate
 
 \series medium
-Unpack the file using a command like: 
+Unpack the file using a command like:
 \family sans
 \series bold
 "tar -xvzf sdcc-src-yyyymmdd-rrrr.tar.bz2
@@ -3890,7 +3890,7 @@ Unpack the file using a command like:
 \end_layout
 
 \begin_layout Enumerate
-Change directory into the main SDCC directory, for example type: 
+Change directory into the main SDCC directory, for example type:
 \family sans
 \series bold
 "cd sdcc
@@ -3901,7 +3901,7 @@ Change directory into the main SDCC directory, for example type:
 \begin_layout Enumerate
 
 \series medium
-Type 
+Type
 \family sans
 \series bold
 "./configure
@@ -3914,7 +3914,7 @@ Type
 \begin_layout Enumerate
 
 \series medium
-Type 
+Type
 \family sans
 \series bold
 "make
@@ -3931,7 +3931,7 @@ Type
 \begin_layout Enumerate
 
 \series medium
-Type 
+Type
 \family sans
 \series bold
 "make install"
@@ -3944,7 +3944,7 @@ Type
 \series default
  This copies the binary executables, the include files, the libraries and
  the documentation to the install directories.
- Proceed with section 
+ Proceed with section
 \begin_inset LatexCommand \ref{sec:Testing-the-SDCC}
 
 \end_inset
@@ -3978,21 +3978,21 @@ Universal (ppc and i386) binaries can be produced on Mac OS X 10.4.x with
 \end_layout
 
 \begin_layout LyX-Code
-./configure 
+./configure
 \backslash
 
 \end_layout
 
 \begin_layout LyX-Code
 LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch
- ppc" 
+ ppc"
 \backslash
 
 \end_layout
 
 \begin_layout LyX-Code
 CXXFLAGS = "-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch
- ppc" 
+ ppc"
 \backslash
 
 \end_layout
@@ -4020,7 +4020,7 @@ For building and installing a Cygwin executable follow the instructions
 \newline
 
 \newline
-On Cygwin a 
+On Cygwin a
 \begin_inset Quotes sld
 \end_inset
 
@@ -4035,13 +4035,13 @@ native
 
 \newline
 In order to install
- Cygwin on Windows download setup.exe from 
+ Cygwin on Windows download setup.exe from
 \begin_inset LatexCommand \url[www.cygwin.com]{http://www.cygwin.com/}
 
 \end_inset
 
 .
- Run it, set the 
+ Run it, set the
 \begin_inset Quotes sld
 \end_inset
 
@@ -4049,7 +4049,7 @@ default text file type
 \begin_inset Quotes srd
 \end_inset
 
- to 
+ to
 \begin_inset Quotes sld
 \end_inset
 
@@ -4110,7 +4110,7 @@ python ; for the regression tests
 \end_layout
 
 \begin_layout Itemize
-gdb ; the gnu debugger, together with the nice GUI 
+gdb ; the gnu debugger, together with the nice GUI
 \begin_inset Quotes sld
 \end_inset
 
@@ -4149,7 +4149,7 @@ status collapsed
 
 \end_inset
 
--login -i 
+-login -i
 \end_layout
 
 \begin_layout Standard
@@ -4186,7 +4186,7 @@ Text selected with the mouse is automatically copied to the clipboard, pasting
 The other good tip is to make sure you have no //c/-styl
 e paths anywhere, use /cygdrive/c/ instead.
  Using // invokes a network lookup which is very slow.
- If you think 
+ If you think
 \begin_inset Quotes sld
 \end_inset
 
@@ -4227,7 +4227,7 @@ Building SDCC Using Microsoft Visual C++ 6.0/NET (MSVC)
 \series medium
 Download the source package
 \series default
- either from the SDCC Subversion repository or from the 
+ either from the SDCC Subversion repository or from the
 \begin_inset LatexCommand \url[snapshot builds]{http://sdcc.sourceforge.net/snap.php}
 
 \end_inset
@@ -4253,7 +4253,7 @@ bin_vc.
 bin_vc to sdcc
 \backslash
 bin before running SDCC.
+
 \newline
 
 \newline
@@ -4269,7 +4269,7 @@ WARNING: Visual studio is very picky with line terminations; it expects
 
  when opening the sdcc.dsw workspace or any of the *.dsp projects, then you
  need to convert the Unix style line endings to DOS style line endings.
- To do so you can use the 
+ To do so you can use the
 \begin_inset Quotes sld
 \end_inset
 
@@ -4298,7 +4298,7 @@ SDCC> for /R %I in (*.dsp) do @unix2dos "%I"
 \newline
 In order to build SDCC with MSVC
  you need win32 executables of bison.exe, flex.exe, and gawk.exe.
- One good place to get them is 
+ One good place to get them is
 \begin_inset LatexCommand \url[here]{http://unxutils.sourceforge.net}
 
 \end_inset
@@ -4380,7 +4380,7 @@ d) Create a batch file 'bison.bat' in 'C:
 \backslash
 util
 \backslash
-' and add these lines: 
+' and add these lines:
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -4388,7 +4388,7 @@ set BISON_SIMPLE=C:
 \backslash
 util
 \backslash
-bison.simple 
+bison.simple
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -4466,11 +4466,11 @@ es may not be correctly calculated.
 \family sans
 \series bold
 find .
+
 \backslash
-( -name '*.obj' -o -name '*.lib' -o -name '*.rul' 
+( -name '*.obj' -o -name '*.lib' -o -name '*.rul'
 \backslash
-) -print -exec rm {} 
+) -print -exec rm {}
 \backslash
 ;
 \family default
@@ -4497,7 +4497,7 @@ Windows Install Using a ZIP Package
 \end_layout
 
 \begin_layout Enumerate
-Download the binary zip package from 
+Download the binary zip package from
 \begin_inset LatexCommand \url{http://sdcc.sf.net/snap.php}
 
 \end_inset
@@ -4535,22 +4535,22 @@ Windows Install Using the Setup Program
 \end_layout
 
 \begin_layout Standard
-Download the setup program 
+Download the setup program
 \emph on
 sdcc-x.y.z-setup.exe
 \emph default
- for an official release from 
+ for an official release from
 \newline
 
 \begin_inset LatexCommand \url{http://sf.net/project/showfiles.php?group_id=599}
 
 \end_inset
 
- or a setup program for one of the snapshots 
+ or a setup program for one of the snapshots
 \emph on
 sdcc-yyyymmdd-xxxx-setup.exe
 \emph default
- from 
+ from
 \begin_inset LatexCommand \url{http://sdcc.sf.net/snap.php}
 
 \end_inset
@@ -4651,14 +4651,14 @@ make
 
 \begin_layout Standard
 \noindent
-That's it! 
+That's it!
 \series bold
 configure
 \series default
  will create the directory tree will all the necessary Makefiles in ~/sdcc.build.
  It automagically computes the variables srcdir, top_srcdir and top_buildir
  for each directory.
- After running 
+ After running
 \series bold
 make
 \series default
@@ -4673,7 +4673,7 @@ This is not only usefull for building different binaries, e.g.
  file untouched in the source directory.
  Simply copy it to the build directory, edit it, enter `make clean', `rm
  Makefile.dep' and `make'.
+
 \series bold
 make
 \series default
@@ -4702,7 +4702,7 @@ status collapsed
  with all the other stuff.
  You will need several tools (LyX, LaTeX, LaTeX2HTML, pdflatex, dvipdf,
  dvips and makeindex) to get the job done.
- Another possibility is to change to the doc directory and to type 
+ Another possibility is to change to the doc directory and to type
 \family sans
 \series bold
 
@@ -4719,13 +4719,13 @@ make
  there.
  You're invited to make changes and additions to this manual (sdcc/doc/sdccman.ly
 x).
- Using LyX 
+ Using LyX
 \begin_inset LatexCommand \url{http://www.lyx.org}
 
 \end_inset
 
  as editor is straightforward.
- Prebuilt documentation in html and pdf format is available from 
+ Prebuilt documentation in html and pdf format is available from
 \begin_inset LatexCommand \url{http://sdcc.sf.net/snap.php}
 
 \end_inset
@@ -4756,27 +4756,27 @@ If you should know why please drop us a note
 \end_inset
 
 .
+
 \newline
 You'll find the pdf version
 \begin_inset LatexCommand \index{PDF version of this document}
 
 \end_inset
 
- at 
+ at
 \begin_inset LatexCommand \url{http://sdcc.sf.net/doc/sdccman.pdf}
 
 \end_inset
 
 .
+
 \newline
 A html version
 \begin_inset LatexCommand \index{HTML version of this document}
 
 \end_inset
 
- should be online at 
+ should be online at
 \begin_inset LatexCommand \url{http://sdcc.sf.net/doc/sdccman.html/index.html}
 
 \end_inset
@@ -4784,7 +4784,7 @@ A html version
 .
 \newline
 This documentation is in some aspects different from a commercial documentation:
+
 \end_layout
 
 \begin_layout Itemize
@@ -4804,28 +4804,28 @@ on about f.e.
 There are many references pointing away from this documentation.
  Don't let this distract you.
  If there f.e.
- was a reference like 
+ was a reference like
 \begin_inset LatexCommand \url{http://www.opencores.org}
 
 \end_inset
 
- together with a statement 
+ together with a statement
 \begin_inset Quotes sld
 \end_inset
 
-some processors which are targetted by SDCC can be implemented in a 
+some processors which are targetted by SDCC can be implemented in a
 \emph on
 f
 \emph default
-ield 
+ield
 \emph on
 p
 \emph default
-rogrammable 
+rogrammable
 \emph on
 g
 \emph default
-ate 
+ate
 \emph on
 a
 \emph default
@@ -4838,7 +4838,7 @@ rray
 \begin_inset Quotes srd
 \end_inset
 
- or 
+ or
 \begin_inset LatexCommand \url{http://sf.net/projects/fpgac}
 
 \end_inset
@@ -4848,7 +4848,7 @@ rray
 
 \end_inset
 
+
 \begin_inset Quotes sld
 \end_inset
 
@@ -4887,7 +4887,7 @@ Testing the SDCC Compiler
 \begin_layout Standard
 The first thing you should do after installing your SDCC compiler is to
  see if it runs.
- Type 
+ Type
 \family sans
 \series bold
 "sdcc -
@@ -4912,7 +4912,7 @@ status collapsed
 \family default
 \series default
  at the prompt, and the program should run and output its version like:
+
 \newline
 
 \family typewriter
@@ -4926,9 +4926,9 @@ If it doesn't run, or gives a message about not finding sdcc program, then
  Make sure that the sdcc bin directory is in your executable search path
  defined by the PATH environment setting (
 \series medium
-see 
+see
 \series default
-section 
+section
 \begin_inset LatexCommand \ref{sub:Install-Trouble-shooting}
 
 \end_inset
@@ -4946,9 +4946,9 @@ Install trouble-shooting for suggestions
 \newline
 
 \series medium
-SDCC 
+SDCC
 \series default
-is commonly installed as described in section 
+is commonly installed as described in section
 \begin_inset Quotes sld
 \end_inset
 
@@ -4963,9 +4963,9 @@ Install and search paths
 
 \series medium
 Make sure the compiler works on a very simple example.
- Type in the following test.c program using your favorite 
+ Type in the following test.c program using your favorite
 \series default
-ASCII 
+ASCII
 \series medium
 editor:
 \end_layout
@@ -4991,14 +4991,14 @@ test=0;
 \begin_layout Standard
 
 \series medium
-Compile this using the following command: 
+Compile this using the following command:
 \family sans
 \series bold
 "sdcc -c test.c".
 
 \family default
 \series default
+
 \series medium
 If all goes well, the compiler will generate a test.asm and test.rel file.
  Congratulations, you've just compiled your first program with SDCC.
@@ -5012,7 +5012,7 @@ If all goes well, the compiler will generate a test.asm and test.rel file.
 
 \series medium
 The next step is to try it with the linker.
- Type in 
+ Type in
 \family sans
 \series bold
 "sdcc test.c
@@ -5025,24 +5025,24 @@ The next step is to try it with the linker.
  a test.ihx output file.
  If this step fails
 \series default
+
 \series medium
 (no test.ihx, and the linker generates warnings), then the problem is most
- likely that 
+ likely that
 \series default
 SDCC
 \series medium
- cannot find the 
+ cannot find the
 \series default
 /
 \series medium
 usr/local/share/sdcc/lib directory
 \series default
+
 \series medium
-(see 
+(see
 \series default
-section 
+section
 \begin_inset LatexCommand \ref{sub:Install-Trouble-shooting}
 
 \end_inset
@@ -5058,11 +5058,11 @@ Install trouble-shooting for suggestions).
 \newline
 
 \series medium
-The final test is to ensure 
+The final test is to ensure
 \series default
 SDCC
 \series medium
- can use the 
+ can use the
 \series default
 standard
 \series medium
@@ -5093,7 +5093,7 @@ strcpy(str1, "testing");
 \begin_layout Standard
 
 \series medium
-Compile this by typing 
+Compile this by typing
 \family sans
 \series bold
 "sdcc test.c"
@@ -5102,17 +5102,17 @@ Compile this by typing
 .
  This should generate a test.ihx output file, and it should give no warnings
  such as not finding the string.h file.
- If it cannot find the string.h file, then the problem is that 
+ If it cannot find the string.h file, then the problem is that
 \series default
 SDCC
 \series medium
  cannot find the /usr/local/share/sdcc/include directory
 \series default
+
 \series medium
-(see the 
+(see the
 \series default
-section 
+section
 \begin_inset LatexCommand \ref{sub:Install-Trouble-shooting}
 
 \end_inset
@@ -5123,7 +5123,7 @@ section
 Install trouble-shooting section for suggestions).
 
 \series default
- Use option 
+ Use option
 \series bold
 -
 \begin_inset ERT
@@ -5203,7 +5203,7 @@ If anything goes wrong, you can review the log files to locate the problem.
 \end_layout
 
 \begin_layout Subsection
-What the 
+What the
 \begin_inset Quotes sld
 \end_inset
 
@@ -5215,7 +5215,7 @@ What the
 \end_layout
 
 \begin_layout Standard
-The 
+The
 \begin_inset Quotes sld
 \end_inset
 
@@ -5230,7 +5230,7 @@ The
 \end_layout
 
 \begin_layout Subsection
-What the 
+What the
 \begin_inset Quotes sld
 \end_inset
 
@@ -5247,7 +5247,7 @@ This runs the GNU make tool, which automatically compiles all the source
 \end_layout
 
 \begin_layout Subsection
-What the 
+What the
 \begin_inset Quotes sld
 \end_inset
 
@@ -5261,7 +5261,7 @@ make install
 \begin_layout Standard
 This will install the compiler, other executables libraries and include
  files into the appropriate directories.
- See sections 
+ See sections
 \begin_inset LatexCommand \ref{sub:Install-paths}
 
 \end_inset
@@ -5299,7 +5299,7 @@ You
  At the time of this writing, we find the following programs for gcc-builds:
 \newline
 
+
 \newline
 In <installdir>/bin:
 \end_layout
@@ -5319,7 +5319,7 @@ asx8051 - The assembler for 8051 type processors.
 \begin_layout Itemize
 as-z80
 \series bold
-, 
+,
 \series default
 as-gbz80 - The Z80 and GameBoy Z80 assemblers.
 \end_layout
@@ -5331,7 +5331,7 @@ aslink -The linker for 8051 type processors.
 \begin_layout Itemize
 link-z80
 \series bold
-, 
+,
 \series default
 link-gbz80 - The Z80 and GameBoy Z80 linkers.
 \end_layout
@@ -5402,7 +5402,7 @@ The preprocessor
 
 \end_inset
 
- preprocessor 
+ preprocessor
 \begin_inset LatexCommand \url{http://gcc.gnu.org/}
 
 \end_inset
@@ -5443,7 +5443,7 @@ S51
 
  is a free open source simulator developed by Daniel Drotos.
  The simulator is built as part of the build process.
- For more information visit Daniel's web site at: 
+ For more information visit Daniel's web site at:
 \begin_inset LatexCommand \url{http://mazsola.iit.uni-miskolc.hu/~drdani/embedded/s51}
 
 \end_inset
@@ -5464,7 +5464,7 @@ SDCDB
 \end_inset
 
  is the companion source level debugger.
- More about SDCDB in section 
+ More about SDCDB in section
 \begin_inset LatexCommand \ref{cha:Debugging-with-SDCDB}
 
 \end_inset
@@ -5492,7 +5492,7 @@ Single Source File Projects
 
 \begin_layout Standard
 For single source file 8051 projects the process is very simple.
- Compile your programs with the following command 
+ Compile your programs with the following command
 \family sans
 \series bold
 "sdcc sourcefile.c".
@@ -5636,7 +5636,7 @@ status collapsed
 \end_inset
 
 .
- If you need another format you might want to use 
+ If you need another format you might want to use
 \family sans
 \shape italic
 objdump
@@ -5668,7 +5668,7 @@ hyperlinks needed
 
 \end_inset
 
- - see also section 
+ - see also section
 \begin_inset LatexCommand \vref{sub:Postprocessing-the-Intel}
 
 \end_inset
@@ -5707,7 +5707,7 @@ status collapsed
 
 \end_inset
 
-) 
+)
 \end_layout
 
 \begin_layout Itemize
@@ -5745,7 +5745,7 @@ sourcefile.
 
 \end_inset
 
+
 \begin_inset LatexCommand \label{OMF file}
 
 \end_inset
@@ -5768,15 +5768,15 @@ status collapsed
 \emph on
  a
 \emph default
-bsolute 
+bsolute
 \emph on
 o
 \emph default
-bject 
+bject
 \emph on
 m
 \emph default
-odule 
+odule
 \emph on
 f
 \emph default
@@ -5808,13 +5808,13 @@ status collapsed
 
 \end_inset
 
--dumpall) (see section 
+-dumpall) (see section
 \begin_inset LatexCommand \ref{sub:Intermediate-Dump-Options}
 
 \end_inset
 
 \InsetSpace ~
- and section 
+ and section
 \begin_inset LatexCommand \ref{sub:The-anatomy-of}
 
 \end_inset
@@ -5854,7 +5854,7 @@ In most cases this won't be needed but the Intel Hex file
  which is generated by SDCC might include lines of varying length and the
  addresses within the file are not guaranteed to be strictly ascending.
  If your toolchain or a bootloader does not like this you can use the tool
+
 \family typewriter
 packihx
 \family default
@@ -5863,7 +5863,7 @@ packihx
 
 \end_inset
 
- which is part of the SDCC distribution: 
+ which is part of the SDCC distribution:
 \newline
 
 \newline
@@ -5894,7 +5894,7 @@ The separately available
 
  of various flavours (crc, add, xor) and to perform other manipulations
  (convert, split, crop, offset, ...).
+
 \newline
 
 \newline
@@ -5925,11 +5925,11 @@ the command backfills
  unused memory with 0x12 and the overall 16 bit sum of the complete 64 kByte
  block is zero.
  If the program counter on an mcs51 runs wild the backfill pattern 0x12
- will be interpreted as an 
+ will be interpreted as an
 \family typewriter
 lcall
 \family default
- to address 
+ to address
 \family typewriter
 0x1212
 \family default
@@ -5962,7 +5962,7 @@ tive 0xfffe 0x02 0x02\InsetSpace ~
 
 \family default
 \series default
-The srecord package is available at 
+The srecord package is available at
 \begin_inset LatexCommand \url{http://sf.net/projects/srecord}
 
 \end_inset
@@ -5996,7 +5996,7 @@ n.c (contains more functions and the function main)
 \size default
 The first two files will need to be compiled separately with the commands:
 \size footnotesize
+
 \size default
 
 \newline
@@ -6026,7 +6026,7 @@ foo2.c
 \newline
 
 \newline
-Then compile the source file containing the 
+Then compile the source file containing the
 \emph on
 main()
 \emph default
@@ -6035,7 +6035,7 @@ main()
 
 \end_inset
 
- the files together with the following command: 
+ the files together with the following command:
 \newline
 
 \newline
@@ -6057,11 +6057,11 @@ foo2.rel
 \newline
 
 \newline
-Alternatively, 
+Alternatively,
 \emph on
-foomain.c 
+foomain.c
 \emph default
-can be separately compiled as well: 
+can be separately compiled as well:
 \family sans
 \series bold
 
@@ -6079,18 +6079,18 @@ sdcc foomain.rel foo1.rel foo2.rel
 
 \family default
 \series default
-The file containing the 
+The file containing the
 \emph on
 main()
 \emph default
  function
 \emph on
+
 \emph default
 \noun on
 must
 \noun default
- be the 
+ be the
 \noun on
 first
 \noun default
@@ -6118,7 +6118,7 @@ Projects with Additional Libraries
 \begin_layout Standard
 Some reusable routines may be compiled into a library, see the documentation
  for the assembler and linkage editor (which are in <installdir>/share/sdcc/doc)
- for how to create a 
+ for how to create a
 \emph on
 .lib
 \begin_inset LatexCommand \index{<file>.lib}
@@ -6131,7 +6131,7 @@ Some reusable routines may be compiled into a library, see the documentation
  Libraries created in this manner can be included in the command line.
  Make sure you include the -L <library-path> option to tell the linker where
  to look for these files if they are not in the current directory.
- Here is an example, assuming you have the source file 
+ Here is an example, assuming you have the source file
 \emph on
 foomain.c
 \emph default
@@ -6139,7 +6139,7 @@ foomain.c
 \emph on
  foolib.lib
 \emph default
- in the directory 
+ in the directory
 \emph on
 mylib
 \emph default
@@ -6173,7 +6173,7 @@ The most efficient way to use libraries is
 \end_inset
 
  files.
- For an example see the standard library file 
+ For an example see the standard library file
 \emph on
 libsdcc.lib
 \emph default
@@ -6778,12 +6778,12 @@ Processor Selection Options
 \end_inset
 
  processor (Not maintained, not complete).
- AVR users should probably have a look at winavr 
+ AVR users should probably have a look at winavr
 \begin_inset LatexCommand \url{http://sourceforge.net/projects/winavr}
 
 \end_inset
 
- or 
+ or
 \begin_inset LatexCommand \url{http://www.avrfreaks.net/index.php?name=PNphpBB2&file=index}
 
 \end_inset
@@ -6929,7 +6929,7 @@ Preprocessor Options
 
 
 \series default
- The additional location where the preprocessor will look for <..h> or 
+ The additional location where the preprocessor will look for <..h> or
 \begin_inset Quotes eld
 \end_inset
 
@@ -7011,12 +7011,12 @@ Preprocessor Options
 
 \size large
 \bar under
+
 \series default
 \size default
 \bar default
 Like `-M' but the output mentions only the user header files included with
- `#include 
+ `#include
 \begin_inset Quotes eld
 \end_inset
 
@@ -7100,7 +7100,7 @@ file"'.
 
 \size large
 \bar under
+
 \series default
 \size default
 \bar default
@@ -7130,13 +7130,13 @@ Like `-dD' except that the macro arguments and contents are omitted.
 
 \end_inset
 
+
 \series default
 \size default
 \bar default
 Pedantic parse numbers so that situations like 0xfe-LO_B(3) are parsed properly
  and the macro LO_B(3) gets expanded.
- See also #pragma pedantic_parse_number 
+ See also #pragma pedantic_parse_number
 \begin_inset LatexCommand \vpageref{ite:pedantic_parse_number}
 
 \end_inset
@@ -7146,7 +7146,7 @@ Pedantic parse numbers so that situations like 0xfe-LO_B(3) are parsed properly
 
 \end_inset
 
+
 \emph on
 Note: this functionality is not in conformance with C99 standard!
 \end_layout
@@ -7164,7 +7164,7 @@ preprocessorOption[,preprocessorOption]
 \end_inset
 
 ...
- Pass the preprocessorOption to the preprocessor 
+ Pass the preprocessorOption to the preprocessor
 \family typewriter
 sdcpp
 \family default
@@ -7174,7 +7174,7 @@ sdcpp
 \end_inset
 
 .
- SDCC uses an adapted version of the preprocessor 
+ SDCC uses an adapted version of the preprocessor
 \emph on
 cpp
 \emph default
@@ -7187,7 +7187,7 @@ cpp
 \emph on
 gcc
 \emph default
+
 \begin_inset LatexCommand \url{http://gcc.gnu.org/}
 
 \end_inset
@@ -7196,7 +7196,7 @@ gcc
 4.1.1\InsetSpace ~
 CPP\InsetSpace ~
 Manual
- at 
+ at
 \begin_inset LatexCommand \htmlurl{http://www.gnu.org/software/gcc/onlinedocs/}
 
 \end_inset
@@ -7464,7 +7464,7 @@ status collapsed
  The provided value should not overlap any other memory areas such as used
  register banks or the data segment and with enough space for the current
  application.
- The 
+ The
 \series bold
 -
 \begin_inset ERT
@@ -7488,7 +7488,7 @@ status collapsed
 \end_inset
 
  option (which is now a default setting) will override this setting, so
- you should also specify the 
+ you should also specify the
 \series bold
 -
 \begin_inset ERT
@@ -7750,7 +7750,7 @@ status collapsed
 \end_inset
 
  addressable internal ram of the 8051.
- This is 
+ This is
 \emph on
 not
 \emph default
@@ -7783,7 +7783,7 @@ status collapsed
 
 
 \bar under
+
 \series default
 \bar default
 The linker output (final object code) is in Intel Hex format.
@@ -7824,7 +7824,7 @@ status collapsed
 
 
 \bar under
+
 \series default
 \bar default
 The linker output (final object code) is in Motorola S19 format
@@ -7865,7 +7865,7 @@ status collapsed
 
 
 \bar under
+
 \series default
 \bar default
 The linker output (final object code) is in ELF format
@@ -7896,7 +7896,7 @@ linkOption[,linkOption]
 
 ...
  Pass the linkOption to the linker.
- If a bootloader is used an option like 
+ If a bootloader is used an option like
 \begin_inset Quotes sld
 \end_inset
 
@@ -7906,7 +7906,7 @@ linkOption[,linkOption]
 \end_inset
 
  would be typical to set the start of the code segment.
- See also #pragma constseg and #pragma codeseg in section 
+ See also #pragma constseg and #pragma codeseg in section
 \begin_inset LatexCommand \ref{sec:Pragmas}
 
 \end_inset
@@ -7962,7 +7962,7 @@ status collapsed
 \series default
 \size large
 \emph on
+
 \size default
 \emph default
 Generate code for Small Model programs, see section Memory Models for more
@@ -8063,7 +8063,7 @@ status collapsed
 
  area (usually the first 256 bytes in the external ram) for allocating variables
  and passing parameters.
- See section 
+ See section
 \begin_inset LatexCommand \ref{sub:External-Stack}
 
 \end_inset
@@ -8325,12 +8325,12 @@ status collapsed
 
 \size large
 \emph on
+
 \size default
 \emph default
 Generate 24-bit flat mode code.
  This is the one and only that the ds390 code generator supports right now
- and is default when using 
+ and is default when using
 \emph on
 -mds390
 \emph default
@@ -8391,7 +8391,7 @@ status collapsed
 
  Generate code for the 10 bit stack mode of the Dallas DS80C390 part.
  This is the one and only that the ds390 code generator supports right now
- and is default when using 
+ and is default when using
 \emph on
 -mds390
 \emph default
@@ -8408,7 +8408,7 @@ status collapsed
  stack mode.
  It is important to ensure that the processor is in this mode before calling
  any re-entrant functions compiled with this option.
- In principle, this should work with the 
+ In principle, this should work with the
 \emph on
 -
 \begin_inset ERT
@@ -8431,7 +8431,7 @@ status collapsed
 
 \emph default
  option, but that has not been tested.
- It is incompatible with the 
+ It is incompatible with the
 \emph on
 -
 \begin_inset ERT
@@ -8455,7 +8455,7 @@ status collapsed
 \emph default
  option.
  It also only makes sense if the processor is in 24 bit contiguous addressing
- mode (see the 
+ mode (see the
 \emph on
 -
 \begin_inset ERT
@@ -8555,7 +8555,7 @@ status open
 
 \series default
  <nnnn> LibraryID used in -mTININative.
+
 \end_layout
 
 \begin_layout List
@@ -8583,7 +8583,7 @@ status collapsed
 
 \series default
  generate code for DS390 Arithmetic Accelerator.
+
 \end_layout
 
 \begin_layout Standard
@@ -8634,7 +8634,7 @@ status collapsed
 
 \size large
 \emph on
+
 \size default
 \emph default
 Force a called function to always save BC.
@@ -8827,7 +8827,7 @@ status collapsed
 
 \size large
 \emph on
+
 \size default
 \emph default
 Force a called function to always save BC.
@@ -8970,7 +8970,7 @@ status collapsed
 \emph on
 s
 \emph default
-pill 
+pill
 \emph on
 loc
 \emph default
@@ -9023,7 +9023,7 @@ status collapsed
  Will not do loop invariant optimizations, this may be turned off for reasons
  explained for the previous option.
  For more details of loop optimizations performed see Loop Invariants in
- section 
+ section
 \begin_inset LatexCommand \ref{sub:Loop-Optimizations}
 
 \end_inset
@@ -9098,7 +9098,7 @@ status collapsed
 
 \size large
 \bar under
+
 \series default
 \size default
 \bar default
@@ -9108,7 +9108,7 @@ status collapsed
 \end_inset
 
  are implemented using jump-tables.
- See section 
+ See section
 \begin_inset LatexCommand \ref{sub:'switch'-Statements}
 
 \end_inset
@@ -9150,9 +9150,9 @@ status collapsed
 
 \series default
 \size large
+
 \size default
-Will not do loop reversal 
+Will not do loop reversal
 \begin_inset LatexCommand \index{Loop reversing}
 
 \end_inset
@@ -9179,7 +9179,7 @@ status collapsed
 \series bold
 nolabelopt
 \series default
+
 \begin_inset LatexCommand \index{-\/-nolabelopt }
 
 \end_inset
@@ -9302,7 +9302,7 @@ status collapsed
 \InsetSpace ~
 <filename> This option can be used to use additional rules to be used by
  the peep hole optimizer.
- See section 
+ See section
 \begin_inset LatexCommand \ref{sub:Peephole-Optimizer}
 
 \end_inset
@@ -9509,7 +9509,7 @@ status collapsed
 
 \end_inset
 
+
 \series default
 The output path where everything will be placed or the file name used for
  all generated output files.
@@ -9517,14 +9517,14 @@ The output path where everything will be placed or the file name used for
  for the Windows binaries) to be recognized as a path.
 
 \emph on
+
 \emph default
 Note for Windows users: if the path contains spaces, it should be surrounded
  by quotes.
  The trailing backslash should be doubled in order to prevent escaping the
- final quote, for example: 
+ final quote, for example:
 \emph on
--o 
+-o
 \begin_inset Quotes sld
 \end_inset
 
@@ -9544,9 +9544,9 @@ output 1
 
 
 \emph default
- or put after the final quote, for example: 
+ or put after the final quote, for example:
 \emph on
--o 
+-o
 \begin_inset Quotes sld
 \end_inset
 
@@ -9566,9 +9566,9 @@ output 1
 \emph default
 .
  The path using slashes for directory delimiters can be used too, for example:
+
 \emph on
--o 
+-o
 \begin_inset Quotes sld
 \end_inset
 
@@ -9607,10 +9607,10 @@ status collapsed
 \series default
 \size large
 \emph on
+
 \size default
 \emph default
-All functions in the source file will be compiled as 
+All functions in the source file will be compiled as
 \emph on
 reentrant
 \emph default
@@ -9626,7 +9626,7 @@ reentrant
 \end_inset
 
 .
- See section 
+ See section
 \begin_inset LatexCommand \ref{sec:Parameters-and-Local-Variables}
 
 \end_inset
@@ -9669,7 +9669,7 @@ status open
 
 \series default
 -float-reent.
+
 \end_layout
 
 \begin_layout List
@@ -9694,7 +9694,7 @@ status collapsed
 
 \end_inset
 
+
 \begin_inset LatexCommand \label{lyx:--callee-saves-function1[,function2][,function3]...}
 
 \end_inset
@@ -9750,12 +9750,12 @@ status collapsed
 
 -callee-saves option string.
  Also see #pragma\InsetSpace ~
-callee_saves 
+callee_saves
 \begin_inset LatexCommand \index{\#pragma callee\_saves}
 
 \end_inset
 
+
 \begin_inset LatexCommand \vpageref{ite:callee_saves-function1[,function2[,function3...]]--}
 
 \end_inset
@@ -9785,11 +9785,11 @@ status collapsed
 
 \end_inset
 
+
 \series default
 Function of
 \series bold
+
 \series default
 -
 \begin_inset ERT
@@ -9831,7 +9831,7 @@ status collapsed
 
 
 \bar under
+
 \series default
 \bar default
 When this option is used the compiler will generate debug information.
@@ -9858,7 +9858,7 @@ When this option is used the compiler will generate debug information.
 
 \size large
 \bar under
+
 \series default
 \size default
 \bar default
@@ -9919,18 +9919,18 @@ status collapsed
 
 
 \bar under
+
 \series default
 \bar default
 This option will cause the compiler to generate an information message for
  each function in the source file.
- The message contains some 
+ The message contains some
 \emph on
 important
 \emph default
  information about the function.
  The number of edges and nodes the compiler detected in the control flow
- graph of the function, and most importantly the 
+ graph of the function, and most importantly the
 \emph on
 cyclomatic complexity
 \begin_inset LatexCommand \index{Cyclomatic complexity}
@@ -10346,7 +10346,7 @@ status collapsed
 \end_inset
 
 .
- For more details, see the less_pedantic pragma 
+ For more details, see the less_pedantic pragma
 \begin_inset LatexCommand \vpageref{ite:less_pedantic}
 
 \end_inset
@@ -10774,13 +10774,13 @@ status collapsed
 
 \end_inset
 
- Actually this is 
+ Actually this is
 \series bold
 \emph on
 not
 \series default
 \emph default
- a SDCC compiler option but if you want 
+ a SDCC compiler option but if you want
 \emph on
 more
 \emph default
@@ -10795,14 +10795,14 @@ more
 
 \end_inset
 
+
 \begin_inset LatexCommand \url{http://www.splint.org}
 
 \end_inset
 
 .
  To make your source files parseable by splint you will have to include
+
 \family sans
 lint.h
 \family default
@@ -10811,7 +10811,7 @@ lint.h
 
 \end_inset
 
- in your source file and add brackets around extended keywords (like 
+ in your source file and add brackets around extended keywords (like
 \family sans
 
 \begin_inset Quotes sld
@@ -10832,7 +10832,7 @@ __at\InsetSpace ~
 
 
 \family default
- and 
+ and
 \family sans
 
 \begin_inset Quotes sld
@@ -10846,16 +10846,16 @@ __interrupt\InsetSpace ~
 
 \family default
 ).
+
 \newline
-Splint has an excellent on line manual at 
+Splint has an excellent on line manual at
 \begin_inset LatexCommand \url{http://www.splint.org/manual/}
 
 \end_inset
 
  and it's capabilities go beyond pure syntax checking.
  You'll need to tell splint the location of SDCC's include files so a typical
- command line could look like this: 
+ command line could look like this:
 \newline
 
 \family sans
@@ -10896,7 +10896,7 @@ status collapsed
 \end_inset
 
  Treat short as 8-bit (for backward compatibility with older versions of
- compiler - see section 
+ compiler - see section
 \begin_inset LatexCommand \ref{sec:Compatibility-with-previous}
 
 \end_inset
@@ -10940,12 +10940,12 @@ The following options are provided for the purpose of retargetting and debugging
 
 ) generated by the compiler in human readable form at various stages of
  the compilation process.
- More on iCodes see chapter 
+ More on iCodes see chapter
 \begin_inset LatexCommand \ref{sub:The-anatomy-of}
 
 \end_inset
 
+
 \begin_inset Quotes srd
 \end_inset
 
@@ -10981,7 +10981,7 @@ status collapsed
 
 \series default
  This option will cause the compiler to dump the intermediate code into
- a file of named 
+ a file of named
 \emph on
 <source filename>.dumpraw
 \emph default
@@ -11025,7 +11025,7 @@ status collapsed
 
 \end_inset
 
-, into a file named 
+, into a file named
 \emph on
 <source filename>.dumpgcse.
 \end_layout
@@ -11059,7 +11059,7 @@ status collapsed
 
 \end_inset
 
-, into a file named 
+, into a file named
 \emph on
 <source filename>.dumpdeadcode.
 \end_layout
@@ -11089,14 +11089,14 @@ status collapsed
 
 \series default
 \size large
+
 \size default
 Will create a dump of iCodes, after loop optimizations
 \begin_inset LatexCommand \index{Loop optimization}
 
 \end_inset
 
-, into a file named 
+, into a file named
 \emph on
 <source filename>.dumploop.
 \end_layout
@@ -11126,14 +11126,14 @@ status collapsed
 
 \series default
 \size large
+
 \size default
 Will create a dump of iCodes, after live range analysis
 \begin_inset LatexCommand \index{Live range analysis}
 
 \end_inset
 
-, into a file named 
+, into a file named
 \emph on
 <source filename>.dumprange.
 \end_layout
@@ -11194,7 +11194,7 @@ status collapsed
 
 
 \bar under
+
 \series default
 \bar default
 Will create a dump of iCodes, after register assignment
@@ -11202,7 +11202,7 @@ Will create a dump of iCodes, after register assignment
 
 \end_inset
 
-, into a file named 
+, into a file named
 \emph on
 <source filename>.dumprassgn.
 \end_layout
@@ -11259,7 +11259,7 @@ status collapsed
 
 \size large
 \bar under
+
 \series default
 \size default
 \bar default
@@ -11278,7 +11278,7 @@ Redirecting output on Windows Shells
 \end_layout
 
 \begin_layout Standard
-By default SDCC writes its error messages to 
+By default SDCC writes its error messages to
 \begin_inset Quotes sld
 \end_inset
 
@@ -11287,7 +11287,7 @@ standard error
 \end_inset
 
 .
- To force all messages to 
+ To force all messages to
 \begin_inset Quotes sld
 \end_inset
 
@@ -11295,7 +11295,7 @@ standard output
 \begin_inset Quotes srd
 \end_inset
 
- use 
+ use
 \series bold
 -
 \series default
@@ -11473,7 +11473,7 @@ SDCC_HOME
 
 
 \series default
- Path, see section 
+ Path, see section
 \begin_inset LatexCommand \ref{sub:Install-paths}
 
 \end_inset
@@ -11501,7 +11501,7 @@ SDCC_INCLUDE
 
 
 \series default
- Path, see section 
+ Path, see section
 \begin_inset LatexCommand \ref{sub:Search-Paths}
 
 \end_inset
@@ -11529,7 +11529,7 @@ SDCC_LIB
 
 
 \series default
- Path, see section 
+ Path, see section
 \begin_inset LatexCommand \ref{sub:Search-Paths}
 
 \end_inset
@@ -11599,7 +11599,7 @@ data
 \end_layout
 
 \begin_layout Standard
-This is the 
+This is the
 \series bold
 default
 \series default
@@ -11607,15 +11607,15 @@ default
 \emph on
 data
 \emph default
- and 
+ and
 \emph on
 near
 \emph default
- or the more ANSI-C compliant forms 
+ or the more ANSI-C compliant forms
 \emph on
 __data
 \emph default
- and 
+ and
 \emph on
 __near
 \emph default
@@ -11672,7 +11672,7 @@ xdata
 \begin_layout Standard
 Variables declared with this storage class will be placed in the external
  RAM.
- This is the 
+ This is the
 \series bold
 default
 \series default
@@ -11697,7 +11697,7 @@ Writing 0x01 to this variable generates the assembly code:
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-dptr,#_test_xdata 
+dptr,#_test_xdata
 \newline
 74\InsetSpace ~
 01\InsetSpace ~
@@ -11708,7 +11708,7 @@ dptr,#_test_xdata
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-a,#0x01 
+a,#0x01
 \newline
 F0\InsetSpace ~
 \InsetSpace ~
@@ -11720,7 +11720,7 @@ F0\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 movx\InsetSpace ~
-@dptr,a 
+@dptr,a
 \end_layout
 
 \begin_layout Subsubsection
@@ -11813,19 +11813,19 @@ Paged xdata access is just as straightforward as using the other addressing
  256 bytes.
  The following example writes 0x01 to the pdata variable.
  Please note, pdata access physically accesses xdata memory.
- The high byte of the address is determined by port P2 
+ The high byte of the address is determined by port P2
 \begin_inset LatexCommand \index{P2 (mcs51 sfr)}
 
 \end_inset
 
 (or in case of some 8051 variants by a separate Special Function Register,
- see section 
+ see section
 \begin_inset LatexCommand \ref{sub:MCS51-variants}
 
 \end_inset
 
 ).
- This is the 
+ This is the
 \series bold
 default
 \series default
@@ -11859,7 +11859,7 @@ mov r0,#_test_pdata
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-mov a,#0x01 
+mov a,#0x01
 \newline
 F2\InsetSpace ~
 \InsetSpace ~
@@ -11953,7 +11953,7 @@ clr a
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-movc a,@a+dptr 
+movc a,@a+dptr
 \end_layout
 
 \begin_layout Standard
@@ -11967,7 +11967,7 @@ char
 \begin_layout Verse
 
 \family typewriter
-__code char test_array[] = {'c','h','e','a','p'}; 
+__code char test_array[] = {'c','h','e','a','p'};
 \end_layout
 
 \begin_layout Standard
@@ -11984,7 +11984,7 @@ E5*00\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-mov a,_index 
+mov a,_index
 \end_layout
 
 \begin_layout Verse
@@ -12008,7 +12008,7 @@ mov dptr,#_test_array
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-movc a,@a+dptr 
+movc a,@a+dptr
 \end_layout
 
 \begin_layout Subsubsection
@@ -12058,7 +12058,7 @@ _test_bit
 \begin_layout Standard
 The bit addressable memory consists of 128 bits which are located from 0x20
  to 0x2f in data memory.
+
 \newline
 Apart from this 8051 specific storage class most architectures support
  ANSI-C bitfields
@@ -12127,28 +12127,28 @@ sfr
 \end_layout
 
 \begin_layout Standard
-Like the bit keyword, 
+Like the bit keyword,
 \emph on
-sfr / sfr16 / sfr32 / sbit 
+sfr / sfr16 / sfr32 / sbit
 \emph default
 signify both a data-type and storage class, they are used to describe the
+
 \emph on
 s
 \emph default
-pecial 
+pecial
 \emph on
 f
 \emph default
-unction 
+unction
 \emph on
 r
 \emph default
-egisters and 
+egisters and
 \emph on
 s
 \emph default
-pecial 
+pecial
 \emph on
 bit
 \emph default
@@ -12220,11 +12220,11 @@ Special function registers which are located on an address dividable by
 \newline
 16 Bit and 32 bit special function
  register combinations which require a certain access order are better not
- declared using 
+ declared using
 \emph on
 sfr16
 \emph default
- or 
+ or
 \emph on
 sfr32.
 
@@ -12238,22 +12238,22 @@ sfr32.
 \begin_layout Standard
 Please note, if you use a header file which was written for another compiler
  then the sfr / sfr16 / sfr32 / sbit Storage Class extensions will most
- likely be 
+ likely be
 \emph on
-not 
+not
 \emph default
 compatible.
- Specifically the syntax 
+ Specifically the syntax
 \family typewriter
 \InsetSpace ~
 sfr P0 = 0x80;\InsetSpace ~
 
 \family default
- is compiled 
+ is compiled
 \emph on
 without warning
 \emph default
- by SDCC to an assignment of 0x80 to a variable called P0 
+ by SDCC to an assignment of 0x80 to a variable called P0
 \family typewriter
 
 \begin_inset Marginal
@@ -12269,7 +12269,7 @@ status collapsed
 \end_inset
 
 .
+
 \family default
 Nevertheless it is possible to write header files
 \begin_inset LatexCommand \index{Header files}
@@ -12281,13 +12281,13 @@ Nevertheless it is possible to write header files
 
 \end_inset
 
- which can be shared among different compilers (see section 
+ which can be shared among different compilers (see section
 \begin_inset LatexCommand \ref{sec:Porting-code-to-other-compilers}
 
 \end_inset
 
 ).
+
 \end_layout
 
 \begin_layout Subsubsection
@@ -12320,21 +12320,21 @@ Pointer
 
 \family typewriter
 /* pointer physically in internal ram pointing to object in external ram
- */ 
+ */
 \newline
 __xdata unsigned char * __data p;
 \newline
 
 \newline
 /* pointer physically in external ram
- pointing to object in internal ram */ 
+ pointing to object in internal ram */
 \newline
 __data unsigned char * __xdata p;
 \newline
 
 \newline
 /*
- pointer physically in code rom pointing to data in xdata space */ 
+ pointer physically in code rom pointing to data in xdata space */
 \newline
 __xdata
  unsigned char * __code p;
@@ -12342,7 +12342,7 @@ __xdata
 
 \newline
 /* pointer physically in code space pointing to
- data in code space */ 
+ data in code space */
 \newline
 __code unsigned char * __code p;
 \newline
@@ -12375,16 +12375,16 @@ char (* __data fp)(void);
 
 \begin_layout Standard
 Well you get the idea.
+
 \newline
 
 \newline
-All unqualified pointers are treated as 3-byte (4-byte for the ds390) 
+All unqualified pointers are treated as 3-byte (4-byte for the ds390)
 \emph on
 generic
 \emph default
  pointers.
+
 \size small
 
 \newline
@@ -12392,13 +12392,13 @@ generic
 \newline
 
 \size default
-The highest order byte of the 
+The highest order byte of the
 \emph on
 generic
 \emph default
  pointers contains the data space information.
  Assembler support routines are called whenever data is stored or retrieved
- using 
+ using
 \emph on
 generic
 \emph default
@@ -12433,7 +12433,7 @@ The 8051 family of microcontrollers have a minimum of 128 bytes of internal
 
 \newline
 - Bytes 00-1F - 32 bytes to hold
- up to 4 banks of the registers R0 to R7, 
+ up to 4 banks of the registers R0 to R7,
 \newline
 - Bytes 20-2F - 16 bytes to hold
  128 bit
@@ -12441,7 +12441,7 @@ The 8051 family of microcontrollers have a minimum of 128 bytes of internal
 
 \end_inset
 
- variables and, 
+ variables and,
 \newline
 - Bytes 30-7F - 80 bytes for general purpose use.
 \newline
@@ -12495,13 +12495,13 @@ data
 \end_inset
 
 ).
- Sometimes this built in 
+ Sometimes this built in
 \emph on
 xdata
 \emph default
  memory has to be activated before using it (you can probably find this
  information on the datasheet of the microcontroller your are using, see
- also section 
+ also section
 \begin_inset LatexCommand \ref{sub:Startup-Code}
 
 \end_inset
@@ -12517,11 +12517,11 @@ Normally SDCC will only use the first bank
 \end_inset
 
  of registers (register bank 0), but it is possible to specify that other
- banks of registers (keyword 
+ banks of registers (keyword
 \emph on
 using
 \emph default
+
 \emph on
 
 \begin_inset LatexCommand \index{using (mcs51, ds390 register bank)}
@@ -12549,7 +12549,7 @@ using
  By default, the compiler will place the stack after the last byte of allocated
  memory for variables.
  For example, if the first 2 banks of registers are used, and only four
- bytes are used for 
+ bytes are used for
 \emph on
 data
 \emph default
@@ -12565,7 +12565,7 @@ data
  If any bit variables are used, the data variables will be placed in unused
  register banks and after the byte holding the last bit variable.
  For example, if register banks 0 and 1 are used, and there are 9 bit variables
- (two bytes used), 
+ (two bytes used),
 \emph on
 data
 \emph default
@@ -12589,7 +12589,7 @@ status collapsed
 
 \end_inset
 
- to specify the start address of the 
+ to specify the start address of the
 \emph on
 data
 \emph default
@@ -12620,7 +12620,7 @@ data
 idata
 \emph default
 ).
+
 \newline
 
 \end_layout
@@ -12791,7 +12791,7 @@ The Z80
 
 \end_inset
 
- family has separate address spaces for memory and 
+ family has separate address spaces for memory and
 \emph on
 i
 \emph default
@@ -12824,7 +12824,7 @@ utput memory.
 sfr at 0x78 IoPort;\InsetSpace ~
 \InsetSpace ~
 /* define a var in I/O space at 78h called IoPort */
+
 \end_layout
 
 \begin_layout Standard
@@ -12848,7 +12848,7 @@ D3 78\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-out (_IoPort),a 
+out (_IoPort),a
 \end_layout
 
 \begin_layout Subsubsection
@@ -12866,7 +12866,7 @@ banked sfr
 \end_layout
 
 \begin_layout Standard
-The keyword 
+The keyword
 \emph on
 banked
 \emph default
@@ -12886,7 +12886,7 @@ sfr banked at
 
 \end_inset
 
- 0x123 IoPort; 
+ 0x123 IoPort;
 \end_layout
 
 \begin_layout Standard
@@ -12907,7 +12907,7 @@ ld bc,#_IoPort
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-ld a,#0x01 
+ld a,#0x01
 \newline
 ED 79\InsetSpace ~
 \InsetSpace ~
@@ -12915,7 +12915,7 @@ ED 79\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-out (c),a 
+out (c),a
 \end_layout
 
 \begin_layout Subsubsection
@@ -12968,11 +12968,11 @@ portmode
 \end_inset
 
  z180 (z80) is used to turn on (off) the Z180/HD64180 port addressing instructio
-ns 
+ns
 \family typewriter
 in0/out0
 \family default
- instead of 
+ instead of
 \family typewriter
 in/out
 \family default
@@ -13004,7 +13004,7 @@ data
 
 \end_inset
 
+
 \end_layout
 
 \begin_layout Standard
@@ -13029,14 +13029,14 @@ xdata
 
 \end_inset
 
+
 \end_layout
 
 \begin_layout Standard
 The xdata storage class declares a variable that can reside anywhere in
  memory.
  This is the default if no storage class is specified.
+
 \begin_inset VSpace bigskip
 \end_inset
 
@@ -13053,7 +13053,7 @@ Absolute Addressing
 \end_layout
 
 \begin_layout Standard
-Data items can be assigned an absolute address with the 
+Data items can be assigned an absolute address with the
 \emph on
 at
 \begin_inset LatexCommand \index{at}
@@ -13109,7 +13109,7 @@ __xdata __at (0x7ffe) unsigned int chksum;
 \begin_layout Standard
 In the above example the variable chksum will be located at 0x7ffe and 0x7fff
  of the external ram.
- The compiler does 
+ The compiler does
 \emph on
 not
 \emph default
@@ -13161,7 +13161,7 @@ If however you provide an initializer
 \begin_layout Verse
 
 \family typewriter
-__code __at (0x7ff0) char Id[5] = 
+__code __at (0x7ff0) char Id[5] =
 \begin_inset Quotes sld
 \end_inset
 
@@ -13178,7 +13178,7 @@ In the above example the variable Id will be located from 0x7ff0 to 0x7ff4
 \end_layout
 
 \begin_layout Standard
-In case of memory mapped I/O devices the keyword 
+In case of memory mapped I/O devices the keyword
 \emph on
 volatile
 \emph default
@@ -13224,7 +13224,7 @@ r) array
 
 \end_inset
 
- (section 
+ (section
 \begin_inset LatexCommand \ref{sub:A-Step-by Assembler Introduction}
 
 \end_inset
@@ -13304,9 +13304,9 @@ If needed adapt polarity of clock,
 */
 \newline
 unsigned char spi_io(unsigned char out_byte)
+
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -13318,7 +13318,7 @@ unsigned char i=8;
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-do { 
+do {
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -13328,7 +13328,7 @@ do {
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-MOSI = out_byte & 0x80; 
+MOSI = out_byte & 0x80;
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -13349,7 +13349,7 @@ out_byte <<= 1;
 \InsetSpace ~
 \InsetSpace ~
 MCLK =
- 1; 
+ 1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -13377,7 +13377,7 @@ MCLK =
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-if(MISO) 
+if(MISO)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -13392,7 +13392,7 @@ if(MISO)
 \InsetSpace ~
 \InsetSpace ~
 out_byte +=
- 1; 
+ 1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -13402,7 +13402,7 @@ out_byte +=
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-MCLK = 0; 
+MCLK = 0;
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -13414,7 +13414,7 @@ MCLK = 0;
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-return out_byte; 
+return out_byte;
 \newline
 }
 \end_layout
@@ -13528,7 +13528,7 @@ Automatic (local) variables and parameters to functions can either be placed
  on the stack or in data-space.
  The default action of the compiler is to place these variables in the internal
  RAM (for small model) or external RAM (for medium or large model).
- This in fact makes them similar to 
+ This in fact makes them similar to
 \emph on
 static
 \begin_inset LatexCommand \index{static}
@@ -13543,7 +13543,7 @@ static
 \end_inset
 
 .
+
 \newline
 
 \newline
@@ -13574,7 +13574,7 @@ status collapsed
 
 
 \emph default
- option, by using 
+ option, by using
 \emph on
 #pragma\InsetSpace ~
 stackauto
@@ -13584,7 +13584,7 @@ stackauto
 
 \end_inset
 
- or by using the 
+ or by using the
 \emph on
 reentrant
 \begin_inset LatexCommand \index{reentrant}
@@ -13599,24 +13599,24 @@ reentrant
 \begin_layout Verse
 
 \family typewriter
-unsigned char foo(char i) __reentrant 
+unsigned char foo(char i) __reentrant
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \end_layout
 
 \begin_layout Standard
-Since stack space on 8051 is limited, the 
+Since stack space on 8051 is limited, the
 \emph on
-reentrant 
+reentrant
 \emph default
 keyword or the
 \emph on
@@ -13637,7 +13637,7 @@ status collapsed
 \emph default
  option should be used sparingly.
  Note that the reentrant keyword just means that the parameters & local
- variables will be allocated to the stack, it 
+ variables will be allocated to the stack, it
 \emph on
 does not
 \emph default
@@ -13660,13 +13660,13 @@ Local variables
 
 \end_inset
 
- addresses, e.g.: 
+ addresses, e.g.:
 \end_layout
 
 \begin_layout Verse
 
 \family typewriter
-unsigned char foo() 
+unsigned char foo()
 \newline
 {
 \newline
@@ -13698,17 +13698,17 @@ __data __at
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \end_layout
 
 \begin_layout Standard
-In the above example the variable 
+In the above example the variable
 \emph on
 i
 \emph default
- will be allocated in the external ram, 
+ will be allocated in the external ram,
 \emph on
 bvar
 \emph default
@@ -13717,7 +13717,7 @@ bvar
  j
 \emph default
  in internal ram.
- When compiled with 
+ When compiled with
 \emph on
 -
 \begin_inset ERT
@@ -13734,7 +13734,7 @@ status collapsed
 
 -stack-auto
 \emph default
- or when a function is declared as 
+ or when a function is declared as
 \emph on
 reentrant
 \emph default
@@ -13796,7 +13796,7 @@ For non-reentrant
 \end_inset
 
  of a function will be allocated to an overlayable segment if the function
- has 
+ has
 \emph on
 no other function calls and the function is non-reentrant and the memory
  model
@@ -13867,16 +13867,16 @@ tion
 \begin_layout Verse
 
 \family typewriter
-#pragma save 
+#pragma save
 \newline
 #pragma nooverlay
 \begin_inset LatexCommand \index{\#pragma nooverlay}
 
 \end_inset
 
+
 \newline
-void set_error(unsigned char errcd) 
+void set_error(unsigned char errcd)
 \newline
 {
 \newline
@@ -13886,9 +13886,9 @@ void set_error(unsigned char errcd)
 \InsetSpace ~
 P3 = errcd;
 \newline
-} 
+}
 \newline
-#pragma restore 
+#pragma restore
 \newline
 
 \newline
@@ -13919,17 +13919,17 @@ set_error(10);
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \end_layout
 
 \begin_layout Standard
-In the above example the parameter 
+In the above example the parameter
 \emph on
 errcd
 \emph default
- for the function 
+ for the function
 \emph on
 set_error
 \emph default
@@ -13960,15 +13960,15 @@ General Information
 \end_layout
 
 \begin_layout Standard
-SDCC allows 
+SDCC allows
 \emph on
 i
 \emph default
-nterrupt 
+nterrupt
 \emph on
 s
 \emph default
-ervice 
+ervice
 \emph on
 r
 \emph default
@@ -13978,22 +13978,22 @@ outines to be coded in C, with some extended keywords.
 \begin_layout Verse
 
 \family typewriter
-void timer_isr (void) __interrupt (1) __using (1) 
+void timer_isr (void) __interrupt (1) __using (1)
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \end_layout
 
 \begin_layout Standard
-The optional number following the 
+The optional number following the
 \emph on
 interrupt
 \begin_inset LatexCommand \index{interrupt}
@@ -14017,12 +14017,12 @@ interrupt
  for the interrupt number specified.
  If you have multiple source files in your project, interrupt service routines
  can be present in any of them, but a prototype of the isr MUST be present
- or included in the file that contains the function 
+ or included in the file that contains the function
 \emph on
 main
 \emph default
 .
- The optional (8051 specific) keyword 
+ The optional (8051 specific) keyword
 \emph on
 using
 \begin_inset LatexCommand \index{using (mcs51, ds390 register bank)}
@@ -14038,7 +14038,7 @@ using
 \emph default
  can be used to tell the compiler to use the specified register bank when
  generating code for this function.
+
 \newline
 Interrupt service routines open the door for some very interesting bugs:
 \end_layout
@@ -14048,14 +14048,14 @@ Interrupt service routines open the door for some very interesting bugs:
 
 \end_inset
 
-Common interrupt pitfall: variable not declared 
+Common interrupt pitfall: variable not declared
 \emph on
 volatile
 \end_layout
 
 \begin_layout Standard
 If an interrupt service routine changes variables which are accessed by
- other functions these variables have to be declared 
+ other functions these variables have to be declared
 \emph on
 volatile
 \emph default
@@ -14065,7 +14065,7 @@ volatile
 \end_inset
 
 .
- See 
+ See
 \begin_inset LatexCommand \url{http://en.wikipedia.org/wiki/Volatile_variable}
 
 \end_inset
@@ -14078,13 +14078,13 @@ volatile
 
 \end_inset
 
-Common interrupt pitfall: 
+Common interrupt pitfall:
 \emph on
 non-atomic access
 \end_layout
 
 \begin_layout Standard
-If the access to these variables is not 
+If the access to these variables is not
 \emph on
 atomic
 \begin_inset LatexCommand \index{atomic}
@@ -14097,13 +14097,13 @@ atomic
  the processor needs more than one instruction for the access and could
  be interrupted while accessing the variable) the interrupt must be disabled
  during the access to avoid inconsistent data.
+
 \newline
 Access to 16 or 32 bit variables is obviously not atomic on 8 bit CPUs
  and should be protected by disabling interrupts.
  You're not automatically on the safe side if you use 8 bit variables though.
  We need an example here: f.e.
- on the 8051 the harmless looking 
+ on the 8051 the harmless looking
 \begin_inset Quotes srd
 \end_inset
 
@@ -14117,12 +14117,12 @@ flags\InsetSpace ~
 \begin_inset Quotes sld
 \end_inset
 
- is not atomic if 
+ is not atomic if
 \family typewriter
 flags
 \family default
  resides in xdata.
- Setting 
+ Setting
 \begin_inset Quotes srd
 \end_inset
 
@@ -14138,7 +14138,7 @@ flags\InsetSpace ~
 
  from within an interrupt routine might get lost if the interrupt occurs
  at the wrong time.
+
 \begin_inset Quotes sld
 \end_inset
 
@@ -14152,7 +14152,7 @@ counter\InsetSpace ~
 \begin_inset Quotes srd
 \end_inset
 
- is not atomic on the 8051 even if 
+ is not atomic on the 8051 even if
 \family typewriter
 counter
 \family default
@@ -14160,7 +14160,7 @@ counter
 \newline
 Bugs like these are hard to reproduce and can
  cause a lot of trouble.
+
 \end_layout
 
 \begin_layout Subsubsection
@@ -14168,7 +14168,7 @@ Bugs like these are hard to reproduce and can
 
 \end_inset
 
-Common interrupt pitfall: 
+Common interrupt pitfall:
 \emph on
 stack overflow
 \end_layout
@@ -14183,7 +14183,7 @@ The return address and the registers used in the interrupt service routine
  so there must be sufficient stack space.
  If there isn't variables or registers (or even the return address itself)
  will be corrupted.
- This 
+ This
 \emph on
 stack overflow
 \emph default
@@ -14192,7 +14192,7 @@ stack overflow
 
 \end_inset
 
- is most likely to happen if the interrupt occurs during the 
+ is most likely to happen if the interrupt occurs during the
 \begin_inset Quotes sld
 \end_inset
 
@@ -14209,7 +14209,7 @@ deepest
 
 \end_inset
 
-Common interrupt pitfall: 
+Common interrupt pitfall:
 \emph on
 use of non-reentrant functions
 \end_layout
@@ -14260,7 +14260,7 @@ status collapsed
 
 
 \emph default
- option and the source file will need to be compiled using the 
+ option and the source file will need to be compiled using the
 \emph on
 -
 \begin_inset ERT
@@ -14283,7 +14283,7 @@ status collapsed
 \end_inset
 
  compiler option.
+
 \newline
 Note, the type promotion
 \begin_inset LatexCommand \index{type promotion}
@@ -14305,11 +14305,11 @@ status collapsed
 
  without the programmer being aware of it.
  See f.e.
- the cast 
+ the cast
 \family typewriter
 (unsigned char)(tail-1)
 \family default
- within the if clause in section 
+ within the if clause in section
 \begin_inset LatexCommand \ref{sub:A-Step-by Assembler Introduction}
 
 \end_inset
@@ -14338,13 +14338,13 @@ nooverlay
 \emph default
  if all parameters are passed in registers.
 \newline
- Also see section 
+ Also see section
 \begin_inset LatexCommand \ref{sub:Overlaying}
 
 \end_inset
 
 \InsetSpace ~
-about Overlaying and section 
+about Overlaying and section
 \begin_inset LatexCommand \ref{sub:Functions-using-private-banks}
 
 \end_inset
@@ -14369,7 +14369,7 @@ Interrupt
 
  numbers and the corresponding address & descriptions for the Standard 8051/8052
  are listed below.
- SDCC will automatically adjust the 
+ SDCC will automatically adjust the
 \begin_inset LatexCommand \index{interrupt vector table}
 
 \end_inset
 \end_layout
 
 \begin_layout Standard
-If the interrupt service routine is defined without 
+If the interrupt service routine is defined without
 \emph on
 using
 \begin_inset LatexCommand \index{using (mcs51, ds390 register bank)}
@@ -14686,7 +14686,7 @@ using
 
 \begin_layout Standard
 If the interrupt service routine is defined to be using a specific register
- bank then only 
+ bank then only
 \emph on
 a, b, dptr
 \emph default
@@ -14726,7 +14726,7 @@ Since the number of interrupts
  For example, interrupt 1 will use the interrupt vector at 0xfffc, interrupt
  2 will use the interrupt vector at 0xfffa, and so on.
  However, interrupt 0 (the reset vector at 0xfffe) is not redefinable in
- this way; instead see section 
+ this way; instead see section
 \begin_inset LatexCommand \ref{sub:Startup-Code}
 
 \end_inset
@@ -14762,7 +14762,7 @@ The Z80
 By default, SDCC generates code for a maskable interrupt, which uses a RETI
  instruction to return from the interrupt.
  To write an interrupt handler for the non-maskable interrupt, which needs
- a RETN instruction instead, add the 
+ a RETN instruction instead, add the
 \emph on
 critical
 \emph default
@@ -14774,21 +14774,21 @@ critical
 \family typewriter
 void nmi_isr (void) critical interrupt
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \end_layout
 
 \begin_layout Standard
 However if you need to create a non-interruptable interrupt service routine
- you would also require the 
+ you would also require the
 \emph on
 critical
 \emph default
@@ -14811,7 +14811,7 @@ Critical Functions and Critical Statements
 
 \begin_layout Standard
 A special keyword may be associated with a block or a function declaring
- it as 
+ it as
 \emph on
 critical
 \emph default
@@ -14844,35 +14844,35 @@ int foo () __critical
 
 \end_inset
 
+
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \end_layout
 
 \begin_layout Standard
-The critical attribute maybe used with other attributes like 
+The critical attribute maybe used with other attributes like
 \emph on
 reentrant.
 \emph default
 
 \newline
-The keyword 
+The keyword
 \emph on
 critical
 \emph default
@@ -15070,7 +15070,7 @@ _endasm
 
 \end_inset
 
-; 
+;
 \end_layout
 
 \begin_layout Verse
@@ -15080,7 +15080,7 @@ _endasm
 \InsetSpace ~
 sei\InsetSpace ~
 \InsetSpace ~
-_endasm; 
+_endasm;
 \end_layout
 
 \begin_layout Verse
@@ -15092,7 +15092,7 @@ _endasm;
 \begin_layout Standard
 Note: it is sometimes sufficient to disable only a specific interrupt source
  like f.e.
- a timer or serial interrupt by manipulating an 
+ a timer or serial interrupt by manipulating an
 \emph on
 interrupt mask
 \begin_inset LatexCommand \index{interrupt mask}
@@ -15102,13 +15102,13 @@ interrupt mask
 
 \emph default
  register.
+
 \end_layout
 
 \begin_layout Standard
 Usually the time during which interrupts are disabled should be kept as
  short as possible.
- This minimizes both 
+ This minimizes both
 \emph on
 interrupt latency
 \emph default
@@ -15118,7 +15118,7 @@ interrupt latency
 \end_inset
 
  (the time between the occurrence of the interrupt and the execution of
- the first code in the interrupt routine) and 
+ the first code in the interrupt routine) and
 \emph on
 interrupt jitter
 \emph default
@@ -15138,7 +15138,7 @@ interrupt jitter
 
 \begin_layout Standard
 You can reenable interrupts within an interrupt routine and on some architecture
-s you can make use of two (or more) levels of 
+s you can make use of two (or more) levels of
 \emph on
 interrupt priorities
 \emph default
@@ -15157,7 +15157,7 @@ interrupt priorities
 \end_inset
 
  and don't add complexity unless you have to.
+
 \end_layout
 
 \begin_layout Subsection
@@ -15177,11 +15177,11 @@ Some architectures (mcs51/ds390) have an atomic
 
  bit test and
 \emph on
+
 \emph default
 clear
 \emph on
+
 \emph default
 instruction.
  These type of instructions are typically used in preemptive multitasking
@@ -15201,7 +15201,7 @@ instruction.
 \end_inset
 
  don't have to be disabled for the locking operation.
+
 \end_layout
 
 \begin_layout Standard
@@ -15216,28 +15216,28 @@ volatile
 
 \end_inset
 
- bit resource_is_free; 
+ bit resource_is_free;
 \newline
 
 \newline
-if (resource_is_free) 
+if (resource_is_free)
 \newline
 \InsetSpace ~
 \InsetSpace ~
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-resource_is_free=0; 
+resource_is_free=0;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -15247,7 +15247,7 @@ resource_is_free=1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-} 
+}
 \end_layout
 
 \begin_layout Standard
@@ -15256,11 +15256,11 @@ Note, mcs51 and ds390 support only an atomic
 
 \end_inset
 
- bit test and 
+ bit test and
 \emph on
 clear
 \emph default
- instruction (as opposed to atomic bit test and 
+ instruction (as opposed to atomic bit test and
 \emph on
 set).
 \end_layout
@@ -15276,7 +15276,7 @@ Functions using private register banks
 
 \begin_layout Standard
 Some architectures have support for quickly changing register sets.
- SDCC supports this feature with the 
+ SDCC supports this feature with the
 \emph on
 using
 \begin_inset LatexCommand \index{using (mcs51, ds390 register bank)}
@@ -15296,7 +15296,7 @@ using
 \end_inset
 
  other than the default bank zero).
- It should only be applied to 
+ It should only be applied to
 \emph on
 interrupt
 \begin_inset LatexCommand \index{interrupt}
@@ -15311,11 +15311,11 @@ interrupt
 \end_layout
 
 \begin_layout Standard
-The 
+The
 \emph on
 using
 \emph default
- attribute will have no effect on the generated code for a 
+ attribute will have no effect on the generated code for a
 \emph on
 non-interrupt
 \emph default
@@ -15339,15 +15339,15 @@ possible exception: if a function is called ONLY from 'interrupt' functions
 \newline
 
 \emph on
-(pending: Note, nowadays the 
+(pending: Note, nowadays the
 \emph default
 using
 \emph on
  attribute has an effect on
 \emph default
+
 \emph on
-the generated code for a 
+the generated code for a
 \emph default
 non-interrupt
 \emph on
@@ -15359,7 +15359,7 @@ non-interrupt
 \end_layout
 
 \begin_layout Standard
-An 
+An
 \emph on
 interrupt
 \emph default
@@ -15376,16 +15376,16 @@ interrupt
 \end_inset
 
  can interrupt low-priority ones on the 8051 and friends, this means that
- if a high-priority ISR 
+ if a high-priority ISR
 \emph on
 using
 \emph default
- a particular bank occurs while processing a low-priority ISR 
+ a particular bank occurs while processing a low-priority ISR
 \emph on
 using
 \emph default
  the same bank, terrible and bad things can happen.
- To prevent this, no single register bank should be 
+ To prevent this, no single register bank should be
 \emph on
 used
 \emph default
@@ -15404,7 +15404,7 @@ It is most efficient if your ISR calls no other functions.
  called functions use bank zero.
  It is very inefficient to call a function using a different, non-zero bank
  from an ISR.
+
 \begin_inset VSpace bigskip
 \end_inset
 
@@ -16291,7 +16291,7 @@ sjmp .
 \end_layout
 
 \begin_layout Standard
-One of these modules (crtstart.asm) contains a call to the C routine 
+One of these modules (crtstart.asm) contains a call to the C routine
 \emph on
 _sdcc_external_startup()
 \begin_inset LatexCommand \index{\_sdcc\_external\_startup()}
@@ -16301,7 +16301,7 @@ _sdcc_external_startup()
 
 \series bold
 \emph default
+
 \series default
 at the start of the CODE area.
  This routine is also in the runtime library
@@ -16314,7 +16314,7 @@ at the start of the CODE area.
  initialization will be skipped and the function main will be invoked.
  Otherwise static & global variables will be initialized before the function
  main is invoked.
- You could add an 
+ You could add an
 \emph on
 _sdcc_external_startup()
 \emph default
@@ -16339,7 +16339,7 @@ _sdcc_external_startup()
 
  needs to be disabled, this is the place to do it.
  The startup code clears all internal data memory, 256 bytes by default,
- but from 0 to n-1 if 
+ but from 0 to n-1 if
 \emph on
 -
 \begin_inset ERT
 \end_layout
 
 \begin_layout Standard
-See also the compiler options 
+See also the compiler options
 \emph on
 -
 \begin_inset ERT
@@ -16392,7 +16392,7 @@ opt
 
 \end_inset
 
-, 
+,
 \emph on
 -
 \begin_inset ERT
@@ -16414,7 +16414,7 @@ status collapsed
 
 \end_inset
 
- and section 
+ and section
 \begin_inset LatexCommand \ref{sub:MCS51-variants}
 
 \end_inset
@@ -16427,30 +16427,30 @@ status collapsed
 \begin_layout Standard
 While these initialization modules are meant as generic startup code there
  might be the need for customization.
- Let's assume the return value of 
+ Let's assume the return value of
 \emph on
 _sdcc_external_startup()
 \emph default
- in 
+ in
 \emph on
 crtstart.asm
 \emph default
- should not be checked (or 
+ should not be checked (or
 \emph on
 _sdcc_external_startup()
 \emph default
  should not be called at all).
- The recommended way would be to copy 
+ The recommended way would be to copy
 \emph on
 crtstart.asm
 \emph default
  (f.e.
- from 
+ from
 \begin_inset LatexCommand \url{http://sdcc.svn.sourceforge.net/viewvc/*checkout*/sdcc/trunk/sdcc/device/lib/mcs51/crtstart.asm}
 
 \end_inset
 
-) into the source directory, adapt it there, then assemble it with 
+) into the source directory, adapt it there, then assemble it with
 \emph on
 asx8051 -plosgff
 \begin_inset Foot
@@ -16464,7 +16464,7 @@ status open
 \begin_inset Quotes srd
 \end_inset
 
- are the assembler options used in 
+ are the assembler options used in
 \begin_inset LatexCommand \url{http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc/device/lib/mcs51/Makefile.in?view=markup }
 
 \end_inset
@@ -16476,12 +16476,12 @@ status open
 
  crtstart.asm
 \emph default
- and when linking your project explicitely specify 
+ and when linking your project explicitely specify
 \emph on
 crtstart.rel
 \emph default
 .
- As a bonus a listing of the relocated object file 
+ As a bonus a listing of the relocated object file
 \emph on
 crtstart.rst
 \emph default
@@ -16524,7 +16524,7 @@ On the Z80
 
  the startup code is inserted by linking with crt0.o which is generated from
  sdcc/device/lib/z80/crt0.s.
- If you need a different startup code you can use the compiler option 
+ If you need a different startup code you can use the compiler option
 \emph on
 -
 \series bold
@@ -16553,7 +16553,7 @@ status collapsed
 \end_inset
 
  and provide your own crt0.o.
+
 \begin_inset VSpace bigskip
 \end_inset
 
@@ -16686,7 +16686,7 @@ unsigned char head, tail;\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-section 
+section
 \begin_inset LatexCommand \ref{sub:Common-interrupt-pitfall-volatile}
 
 \end_inset
@@ -16699,7 +16699,7 @@ section
 \newline
 
 \newline
-void to_buffer( unsigned char c ) 
+void to_buffer( unsigned char c )
 \newline
 {
 \newline
@@ -16709,7 +16709,7 @@ void to_buffer( unsigned char c )
 \InsetSpace ~
 if( head != (unsigned char)(tail-1)
  )\InsetSpace ~
-/* cast 
+/* cast
 \series bold
 needed
 \series default
@@ -16764,19 +16764,19 @@ buf[ head++ ] = c;\InsetSpace ~
 \InsetSpace ~
 /* access to a 256 byte aligned array */
 \newline
-} 
+}
 \end_layout
 
 \begin_layout Standard
 If the code snippet (assume it is saved in buffer.c) is compiled with SDCC
  then a corresponding buffer.asm file is generated.
- We define a new function 
+ We define a new function
 \family typewriter
 to_buffer_asm()
 \family default
  in file buffer.c in which we cut and paste the generated code, removing
  unwanted comments and some ':'.
- Then add 
+ Then add
 \begin_inset Quotes sld
 \end_inset
 
@@ -16788,7 +16788,7 @@ _asm
 \begin_inset Quotes srd
 \end_inset
 
- and 
+ and
 \begin_inset Quotes sld
 \end_inset
 
@@ -16826,12 +16826,12 @@ Note, that the single underscore form (_asm and _endasm) are not C99-compatible,
 \InsetSpace ~
 \InsetSpace ~
 The
- function is not yet OK! (registers aren't saved) */ 
+ function is not yet OK! (registers aren't saved) */
 \newline
 void to_buffer_asm(
- unsigned char c ) 
+ unsigned char c )
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16855,10 +16855,10 @@ _asm
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-r2,dpl 
+r2,dpl
 \newline
 ;buffer.c if( head != (unsigned char)(tail-1) ) \InsetSpace ~
-/* cast 
+/* cast
 \series bold
 needed
 \series default
@@ -16880,7 +16880,7 @@ needed
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-a,_tail 
+a,_tail
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16888,7 +16888,7 @@ a,_tail
 \InsetSpace ~
 dec\InsetSpace ~
 \InsetSpace ~
-a 
+a
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-r3,a 
+r3,a
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16904,13 +16904,13 @@ r3,a
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-a,_head 
+a,_head
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-cjne a,ar3,00106$ 
+cjne a,ar3,00106$
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16919,7 +16919,7 @@ cjne a,ar3,00106$
 ret
 \newline
 00106$:
+
 \newline
 ;buffer.c buf[ head++ ] = c; /* access to a 256 byte aligned array */
 \begin_inset LatexCommand \index{Aligned array}
@@ -16934,7 +16934,7 @@ ret
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-r3,_head 
+r3,_head
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16942,7 +16942,7 @@ r3,_head
 \InsetSpace ~
 inc\InsetSpace ~
 \InsetSpace ~
-_head 
+_head
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16950,7 +16950,7 @@ _head
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-dpl,r3 
+dpl,r3
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16958,7 +16958,7 @@ dpl,r3
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-dph,#(_buf >> 8) 
+dph,#(_buf >> 8)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16966,16 +16966,16 @@ dph,#(_buf >> 8)
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-a,r2 
+a,r2
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 movx @dptr,a
+
 \newline
-00103$: 
+00103$:
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -16999,7 +16999,7 @@ _endasm
 
 ;
 \newline
-} 
+}
 \end_layout
 
 \begin_layout Standard
@@ -17091,7 +17091,7 @@ _asm
 \InsetSpace ~
 \InsetSpace ~
 ; save used registers here.
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -17102,7 +17102,7 @@ _asm
 \InsetSpace ~
 \InsetSpace ~
 ; If we were still using r2,r3 we would have to push them here.
+
 \newline
 ; if( head != (unsigned char)(tail-1) )
 \newline
@@ -17262,7 +17262,7 @@ t_b_end$:
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-; restore used registers here 
+; restore used registers here
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -17299,7 +17299,7 @@ The inline assembler code can contain any valid code understood by the assembler
 
 \end_inset
 
- or online at 
+ or online at
 \begin_inset LatexCommand \url{http://sdcc.svn.sourceforge.net/viewvc/*checkout*/sdcc/trunk/sdcc/as/doc/asxhtm.html}
 
 \end_inset
@@ -17309,7 +17309,7 @@ The inline assembler code can contain any valid code understood by the assembler
 \end_layout
 
 \begin_layout Standard
-The compiler does not do any validation of the code within the 
+The compiler does not do any validation of the code within the
 \family typewriter
 _asm
 \begin_inset LatexCommand \index{\_asm}
@@ -17346,7 +17346,7 @@ _asm
 \end_inset
 
  has to be done manually.
+
 \end_layout
 
 \begin_layout Standard
@@ -17383,7 +17383,7 @@ peep-asm
 .
  There are only a few (if any) cases where this option makes sense, it might
  cause some unexpected changes in the inline assembler code.
- Please go through the peephole optimizer rules defined in file 
+ Please go through the peephole optimizer rules defined in file
 \emph on
 SDCCpeeph.def
 \emph default
@@ -17405,7 +17405,7 @@ Naked Functions
 \end_layout
 
 \begin_layout Standard
-A special keyword may be associated with a function declaring it as 
+A special keyword may be associated with a function declaring it as
 \emph on
 _naked
 \begin_inset LatexCommand \index{\_naked}
@@ -17418,9 +17418,9 @@ _naked
 \end_inset
 
 .
+
 \emph default
-The 
+The
 \emph on
 _naked
 \emph default
@@ -17437,7 +17437,7 @@ _naked
  code for that function.
  This means that the user is entirely responsible for such things as saving
  any registers that may need to be preserved, selecting the proper register
- bank, generating the 
+ bank, generating the
 \emph on
 return
 \emph default
@@ -17557,13 +17557,13 @@ For an 8051 target, the generated simpleInterrupt looks like:
 \begin_layout Verse
 
 \family typewriter
-Note, this is an 
+Note, this is an
 \emph on
 outdated
 \emph default
  example, recent versions of SDCC generate
 \newline
-the 
+the
 \emph on
 same
 \emph default
@@ -17762,7 +17762,7 @@ The related directive #pragma exclude
 \end_layout
 
 \begin_layout Standard
-While there is nothing preventing you from writing C code inside a 
+While there is nothing preventing you from writing C code inside a
 \family typewriter
 _naked
 \family default
@@ -17778,12 +17778,12 @@ Use of Labels within Inline Assembler
 SDCC allows the use of in-line assembler with a few restrictions regarding
  labels.
  All labels defined within inline assembler code have to be of the form
+
 \emph on
 nnnnn$
 \emph default
  where nnnnn is a number less than 100 (which implies a limit of utmost
- 100 inline assembler labels 
+ 100 inline assembler labels
 \emph on
 per function
 \emph default
@@ -17818,7 +17818,7 @@ The numeric part of local labels does not need to have 5 digits (although
 
 \end_inset
 
+
 \end_layout
 
 \begin_layout Verse
@@ -17834,7 +17834,7 @@ _asm
 
 \end_inset
 
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -17845,9 +17845,9 @@ mov\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-b,#10 
+b,#10
 \newline
-00001$: 
+00001$:
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -17857,7 +17857,7 @@ djnz\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-b,00001$ 
+b,00001$
 \newline
 _endasm
 \begin_inset LatexCommand \index{\_endasm}
@@ -17885,19 +17885,19 @@ Inline assembler code cannot reference any C-labels, however it can reference
 \begin_layout Verse
 
 \family typewriter
-foo() { 
+foo() {
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-/* some c code */ 
+/* some c code */
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-_asm 
+_asm
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -17905,7 +17905,7 @@ _asm
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-; some assembler code 
+; some assembler code
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -17913,30 +17913,30 @@ _asm
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-ljmp 0003$ 
+ljmp 0003$
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 _endasm;
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-/* some more c code */ 
+/* some more c code */
 \newline
 clabel:\InsetSpace ~
 \InsetSpace ~
 /* inline assembler cannot reference this
- label */ 
+ label */
 \begin_inset Foot
 status open
 
 \begin_layout Standard
-Here, the C-label 
+Here, the C-label
 \family typewriter
 clabel
 \family default
@@ -17958,7 +17958,7 @@ _asm
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-0003$: ;label (can be referenced by inline assembler only) 
+0003$: ;label (can be referenced by inline assembler only)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -17974,7 +17974,7 @@ _endasm
 
 \end_inset
 
- ; 
+ ;
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18011,7 +18011,7 @@ Global Registers used for Parameter Passing
 \end_layout
 
 \begin_layout Standard
-The compiler always uses the global registers 
+The compiler always uses the global registers
 \emph on
 DPL, DPH
 \begin_inset LatexCommand \index{DPTR, DPH, DPL}
@@ -18028,7 +18028,7 @@ DPL, DPH
 
 \end_inset
 
+
 \emph default
 and
 \emph on
@@ -18040,42 +18040,42 @@ and
 
 \emph default
  to pass the first (non-bit) parameter to a function, and also to pass the
- return value 
+ return value
 \begin_inset LatexCommand \index{return value}
 
 \end_inset
 
 of function; according to the following scheme: one byte return value in
+
 \emph on
 DPL
 \emph default
-, two byte value in 
+, two byte value in
 \emph on
 DPL
 \emph default
- (LSB) and 
+ (LSB) and
 \emph on
 DPH
 \emph default
  (MSB).
- three byte values (generic pointers) in 
+ three byte values (generic pointers) in
 \emph on
 DPH
 \emph default
-, 
+,
 \emph on
 DPL
 \emph default
- and 
+ and
 \emph on
 B
 \emph default
-, and four byte values in 
+, and four byte values in
 \emph on
 DPH
 \emph default
-, 
+,
 \emph on
 DPL
 \emph default
@@ -18083,7 +18083,7 @@ DPL
 \emph on
  B
 \emph default
- and 
+ and
 \emph on
 ACC
 \emph default
@@ -18093,23 +18093,23 @@ ACC
 
 \end_inset
 
- contain type of accessed memory in 
+ contain type of accessed memory in
 \emph on
 B
 \emph default
-: 
+:
 \series bold
 0x00
 \series default
- -- xdata/far, 
+ -- xdata/far,
 \series bold
 0x40
 \series default
- -- idata/near -- , 
+ -- idata/near -- ,
 \series bold
 0x60
 \series default
- -- pdata, 
+ -- pdata,
 \series bold
 0x80
 \series default
@@ -18164,7 +18164,7 @@ Registers usage
 \end_layout
 
 \begin_layout Standard
-Unless the called function is declared as 
+Unless the called function is declared as
 \family typewriter
 _naked
 \family default
@@ -18213,33 +18213,33 @@ R0-R7
 \end_layout
 
 \begin_layout Standard
-If the called function is not declared as 
+If the called function is not declared as
 \family typewriter
 _naked
 \family default
 , the caller will swap register banks around the call, if caller and callee
- use different register banks (having them defined by the 
+ use different register banks (having them defined by the
 \family typewriter
 _using
 \family default
  modifier).
+
 \end_layout
 
 \begin_layout Standard
-The called function can also use 
+The called function can also use
 \emph on
 DPL
 \emph default
-, 
+,
 \emph on
 DPH
 \emph default
-, 
+,
 \emph on
 B
 \emph default
- and 
+ and
 \emph on
 ACC
 \emph default
@@ -18312,7 +18312,7 @@ The corresponding assembler function is:
 \begin_layout Verse
 
 \family typewriter
-.globl _asm_func_PARM_2 
+.globl _asm_func_PARM_2
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18322,7 +18322,7 @@ The corresponding assembler function is:
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-.globl _asm_func 
+.globl _asm_func
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18332,7 +18332,7 @@ The corresponding assembler function is:
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-.area OSEG 
+.area OSEG
 \newline
 _asm_func_PARM_2:
 \newline
@@ -18344,8 +18344,8 @@ _asm_func_PARM_2:
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-.ds   
- 1 
+.ds
+ 1
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18355,9 +18355,9 @@ _asm_func_PARM_2:
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-.area CSEG 
+.area CSEG
 \newline
-_asm_func: 
+_asm_func:
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18371,7 +18371,7 @@ mov\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-a,dpl 
+a,dpl
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18385,7 +18385,7 @@ add\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-a,_asm_func_PARM_2 
+a,_asm_func_PARM_2
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18399,7 +18399,7 @@ mov\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-dpl,a 
+dpl,a
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18418,7 +18418,7 @@ dph
 
 \end_inset
 
-,#0x00 
+,#0x00
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18434,19 +18434,19 @@ ret
 \begin_layout Standard
 The parameter naming convention is _<function_name>_PARM_<n>, where n is
  the parameter number starting from 1, and counting from the left.
- The first parameter is passed in 
+ The first parameter is passed in
 \emph on
 DPH
 \emph default
-, 
+,
 \emph on
 DPL
 \emph default
-, 
+,
 \emph on
 B
 \emph default
- and 
+ and
 \emph on
 ACC
 \emph default
@@ -18516,30 +18516,30 @@ extern int asm_func(unsigned char, unsigned char, unsigned char) reentrant;
 
 \newline
 int
- c_func (unsigned char i, unsigned char j, unsigned char k) reentrant 
+ c_func (unsigned char i, unsigned char j, unsigned char k) reentrant
 \newline
 {
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-return asm_func(i,j,k); 
+return asm_func(i,j,k);
 \newline
-} 
+}
 \newline
 
 \newline
-int main() 
+int main()
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-return c_func(10,9,8); 
+return c_func(10,9,8);
 \newline
 }
 \end_layout
@@ -18551,16 +18551,16 @@ The corresponding (unoptimized) assembler routine is:
 \begin_layout Verse
 
 \family typewriter
-.globl _asm_func 
+.globl _asm_func
 \newline
-_asm_func: 
+_asm_func:
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 push\InsetSpace ~
-_bp 
+_bp
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18613,7 +18613,7 @@ a,#0xfd\InsetSpace ~
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-r0,a 
+r0,a
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18621,7 +18621,7 @@ r0,a
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-a,_bp 
+a,_bp
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18643,7 +18643,7 @@ a,#0xfc\InsetSpace ~
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-r1,a 
+r1,a
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18700,7 +18700,7 @@ dpl,a\InsetSpace ~
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-dph,#0x00 
+dph,#0x00
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18708,7 +18708,7 @@ dph,#0x00
 \InsetSpace ~
 mov\InsetSpace ~
 \InsetSpace ~
-sp,_bp 
+sp,_bp
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18716,7 +18716,7 @@ sp,_bp
 \InsetSpace ~
 pop\InsetSpace ~
 \InsetSpace ~
-_bp 
+_bp
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -18798,7 +18798,7 @@ Description
 \begin_inset Text
 
 \begin_layout Standard
-_mulint.c 
+_mulint.c
 \end_layout
 
 \end_inset
@@ -18818,7 +18818,7 @@ _mulint.c
 \begin_inset Text
 
 \begin_layout Standard
-_divsint.c 
+_divsint.c
 \end_layout
 
 \end_inset
@@ -18838,7 +18838,7 @@ _divsint.c
 \begin_inset Text
 
 \begin_layout Standard
-_divuint.c 
+_divuint.c
 \end_layout
 
 \end_inset
@@ -18918,7 +18918,7 @@ _mullong.c
 \begin_inset Text
 
 \begin_layout Standard
-_divslong.c 
+_divslong.c
 \end_layout
 
 \end_inset
@@ -18938,7 +18938,7 @@ _divslong.c
 \begin_inset Text
 
 \begin_layout Standard
-_divulong.c 
+_divulong.c
 \end_layout
 
 \end_inset
@@ -19003,7 +19003,7 @@ unsigned 32 bit modulus
 \end_layout
 
 \begin_layout Standard
-Since they are compiled as 
+Since they are compiled as
 \emph on
 non-reentrant
 \emph default
@@ -19019,7 +19019,7 @@ non-reentrant
 
  service routines should not do any of the above operations.
  If this is unavoidable then the above routines will need to be compiled
- with the 
+ with the
 \emph on
 -
 \begin_inset ERT
@@ -19041,7 +19041,7 @@ status collapsed
 
 
 \emph default
- option, after which the source program will have to be compiled with 
+ option, after which the source program will have to be compiled with
 \emph on
 -
 \begin_inset ERT
@@ -19109,7 +19109,7 @@ SDCC supports IEEE (single precision 4 bytes) floating point numbers.
 \bar no
 \noun off
 \color none
-Function 
+Function
 \end_layout
 
 \end_inset
@@ -19176,7 +19176,7 @@ add floating point numbers
 \bar no
 \noun off
 \color none
-_fssub.c 
+_fssub.c
 \end_layout
 
 \end_inset
@@ -19194,7 +19194,7 @@ _fssub.c
 \bar no
 \noun off
 \color none
-subtract floating point numbers 
+subtract floating point numbers
 \end_layout
 
 \end_inset
@@ -19214,7 +19214,7 @@ subtract floating point numbers
 \bar no
 \noun off
 \color none
-_fsdiv.c 
+_fsdiv.c
 \end_layout
 
 \end_inset
@@ -19232,7 +19232,7 @@ _fsdiv.c
 \bar no
 \noun off
 \color none
-divide floating point numbers 
+divide floating point numbers
 \end_layout
 
 \end_inset
@@ -19252,7 +19252,7 @@ divide floating point numbers
 \bar no
 \noun off
 \color none
-_fsmul.c 
+_fsmul.c
 \end_layout
 
 \end_inset
@@ -19270,7 +19270,7 @@ _fsmul.c
 \bar no
 \noun off
 \color none
-multiply floating point numbers 
+multiply floating point numbers
 \end_layout
 
 \end_inset
@@ -19761,7 +19761,7 @@ These floating point routines (
 not
 \emph default
  sinf(), cosf(), ...) for the mcs51 are implemented in assembler.
+
 \end_layout
 
 \end_inset
@@ -19818,16 +19818,16 @@ getchar(), putchar()
 
 \end_inset
 
-As usual on embedded systems you have to provide your own 
+As usual on embedded systems you have to provide your own
 \family typewriter
 getchar()
 \begin_inset LatexCommand \index{getchar()}
 
 \end_inset
 
+
 \family default
-and 
+and
 \family typewriter
 putchar()
 \begin_inset LatexCommand \index{putchar()}
@@ -19839,22 +19839,22 @@ putchar()
  routines.
  SDCC does not know whether the system connects to a serial line with or
  without handshake, LCD, keyboard or other device.
- And whether a 
+ And whether a
 \family typewriter
 lf
 \family default
- to 
+ to
 \family typewriter
 crlf
 \family default
- conversion within 
+ conversion within
 \family typewriter
 putchar()
 \family default
  is intended.
  You'll find examples for serial routines f.e.
  in sdcc/device/lib.
- For the mcs51 this minimalistic polling 
+ For the mcs51 this minimalistic polling
 \family typewriter
 putchar()
 \family default
@@ -19864,7 +19864,7 @@ putchar()
 \begin_layout Verse
 
 \family typewriter
-void putchar (char c) { 
+void putchar (char c) {
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -19920,7 +19920,7 @@ The default
  printf_large.c
 \family default
  does not support float (except on ds390).
- To enable this recompile it with the option 
+ To enable this recompile it with the option
 \emph on
 -
 \begin_inset ERT
@@ -19969,7 +19969,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-If you're short on code memory you might want to use 
+If you're short on code memory you might want to use
 \family typewriter
 printf_small()
 \begin_inset LatexCommand \index{printf\_small()}
@@ -19978,7 +19978,7 @@ printf_small()
 
 
 \family default
+
 \emph on
 instead
 \emph default
@@ -19987,7 +19987,7 @@ instead
  printf().
 
 \family default
- For the mcs51 there additionally are assembly versions 
+ For the mcs51 there additionally are assembly versions
 \family typewriter
 printf_tiny()
 \begin_inset LatexCommand \index{printf\_tiny() (mcs51)}
@@ -19996,14 +19996,14 @@ printf_tiny()
 
 
 \family default
- (subset of printf using less than 270 bytes) and 
+ (subset of printf using less than 270 bytes) and
 \family typewriter
 printf_fast()
 \begin_inset LatexCommand \index{printf\_fast() (mcs51)}
 
 \end_inset
 
+
 \family default
 and
 \family typewriter
@@ -20016,7 +20016,7 @@ and
 \family default
  (floating-point aware version of printf_fast) which should fit the requirements
  of many embedded systems (printf_fast() can be customized by unsetting
- #defines to 
+ #defines to
 \emph on
 not
 \emph default
@@ -20027,7 +20027,7 @@ not
 \end_layout
 
 \begin_layout Standard
-Feature matrix of different 
+Feature matrix of different
 \emph on
 printf
 \emph default
@@ -20076,7 +20076,7 @@ printf
 \begin_inset Text
 
 \begin_layout Standard
-printf 
+printf
 \size scriptsize
 USE_FLOATS=1
 \end_layout
@@ -21246,7 +21246,7 @@ Libraries
 
 \end_inset
 
+
 \emph on
 LGPL
 \emph default
@@ -21282,7 +21282,7 @@ If you have ported some library or want to share experience about some code
 
 C, CAN, Ethernet, Profibus, Modbus, USB, SPI, JTAG ...), Media (IDE, Memory
  cards, eeprom, flash...), En-/Decryption, Remote debugging, Realtime kernel,
- Keyboard, LCD, RTC, FPGA, PID then the sdcc-user mailing list 
+ Keyboard, LCD, RTC, FPGA, PID then the sdcc-user mailing list
 \begin_inset LatexCommand \url{http://sourceforge.net/mail/?group_id=599}
 
 \end_inset
@@ -21325,16 +21325,16 @@ Small, Medium and Large
 \end_layout
 
 \begin_layout Standard
-SDCC allows three memory models for MCS51 code, 
+SDCC allows three memory models for MCS51 code,
 \shape slanted
 small, medium
 \shape default
- and 
+ and
 \shape slanted
 large
 \shape default
 .
- Modules compiled with different memory models should 
+ Modules compiled with different memory models should
 \emph on
 never
 \emph default
@@ -21469,12 +21469,12 @@ The compiler outputs the higher order address byte of the external ram segment
 
 \end_inset
 
- (see also section 
+ (see also section
 \begin_inset LatexCommand \ref{sub:MCS51-variants}
 
 \end_inset
 
-), therefore when using the External Stack option, this port 
+), therefore when using the External Stack option, this port
 \emph on
 may not
 \emph default
@@ -21512,12 +21512,12 @@ The only model supported is Flat 24
 \newline
 Note
  that the compiler does not generate any code to place the processor into
- 24 bitmode (although 
+ 24 bitmode (although
 \emph on
 tinibios
 \emph default
  in the ds390 libraries will do that for you).
- If you don't use 
+ If you don't use
 \emph on
 tinibios
 \emph default
@@ -21532,7 +21532,7 @@ tinibios
 
 \newline
 Like
- the 
+ the
 \emph on
 -
 \begin_inset ERT
@@ -21550,7 +21550,7 @@ status collapsed
 -model-large
 \emph default
  option, variables will by default be placed into the XDATA segment.
+
 \newline
 
 \newline
@@ -21572,7 +21572,7 @@ status collapsed
  Note that if any segments are located above 64K, the -r flag must be passed
  to the linker to generate the proper segment relocations, and the Intel
  HEX output format must be used.
- The -r flag can be passed to the linker by using the option 
+ The -r flag can be passed to the linker by using the option
 \emph on
 -Wl-r
 \emph default
@@ -21597,7 +21597,7 @@ Pragmas
 \begin_layout Standard
 Pragmas are used to turn on and/or off certain compiler options.
  Some of them are closely related to corresponding command-line options
- (see section 
+ (see section
 \begin_inset LatexCommand \vref{sec:Command-Line-Options}
 
 \end_inset
@@ -21663,7 +21663,7 @@ callee_saves
 
 \end_inset
 
- function1[,function2[,function3...]] 
+ function1[,function2[,function3...]]
 \begin_inset LatexCommand \label{ite:callee_saves-function1[,function2[,function3...]]--}
 
 \end_inset
@@ -21697,7 +21697,7 @@ status collapsed
 
 \end_inset
 
--callee-saves command line option is used (see page 
+-callee-saves command line option is used (see page
 \begin_inset LatexCommand \vpageref{lyx:--callee-saves-function1[,function2][,function3]...}
 
 \end_inset
@@ -21727,7 +21727,7 @@ exclude
 
 \end_inset
 
- instructions in 
+ instructions in
 \emph on
 I
 \emph default
@@ -21736,11 +21736,11 @@ nterrupt
 
 \end_inset
 
+
 \emph on
 S
 \emph default
-ervice 
+ervice
 \emph on
 R
 \emph default
@@ -21783,7 +21783,7 @@ less_pedantic
 
 \end_inset
 
+
 \begin_inset LatexCommand \label{ite:less_pedantic}
 
 \end_inset
@@ -21803,35 +21803,35 @@ status collapsed
 
 \end_inset
 
--less-pedantic 
+-less-pedantic
 \begin_inset LatexCommand \vpageref{lyx:--less-pedantic}
 
 \end_inset
 
 .
+
 \newline
-More specifically, the following warnings will be disabled: 
+More specifically, the following warnings will be disabled:
 \shape italic
 comparison is always [true/false] due to limited range of data type
 \shape default
- (94); 
+ (94);
 \shape italic
 overflow in implicit constant conversion
 \shape default
- (158); [the (in)famous] 
+ (158); [the (in)famous]
 \shape italic
 conditional flow changed by optimizer: so said EVELYN the modified DOG
 \shape default
- (110); 
+ (110);
 \shape italic
 function '[function name]' must return value
 \shape default
  (59).
+
 \newline
 Furthermore, warnings of less importance (of PEDANTIC and INFO warning
- level) are disabled, too, namely: 
+ level) are disabled, too, namely:
 \shape italic
 constant value '[
 \begin_inset Note Note
@@ -21845,31 +21845,31 @@ dunno what comes here - this warning appears to be unused altogether
 
 ]', out of range
 \shape default
- (81); 
+ (81);
 \shape italic
 [left/right] shifting more than size of object changed to zero
 \shape default
- (116); 
+ (116);
 \shape italic
 unreachable code
 \shape default
- (126); 
+ (126);
 \shape italic
 integer overflow in expression
 \shape default
- (165); 
+ (165);
 \shape italic
 unmatched #pragma save and #pragma restore
 \shape default
- (170); 
+ (170);
 \shape italic
 comparison of 'signed char' with 'unsigned char' requires promotion to int
 \shape default
- (185); 
+ (185);
 \shape italic
 ISO C90 does not support flexible array members
 \shape default
- (187); 
+ (187);
 \shape italic
 extended stack by [number] bytes for compiler temp(s) :in function '[function\InsetSpace ~
 nam
@@ -21886,7 +21886,7 @@ appears to be always blank - what was supposed to be here?
 
 ]
 \shape default
- (114); 
+ (114);
 \shape italic
 function '[function name]', # edges [number] , # nodes [number] , cyclomatic
  complexity [number]
@@ -21978,7 +21978,7 @@ noiv
  table (e.g.
  for the autovector feature of the Cypress EZ-USB FX2).
  More elegantly this can be achieved by obmitting the optional interrupt
- number after the interrupt keyword, see section 
+ number after the interrupt keyword, see section
 \begin_inset LatexCommand \ref{sub:Interrupt-Service-Routines}
 
 \end_inset
@@ -21999,7 +21999,7 @@ nojtbound
 
  - will not generate code for boundary value checking, when switch statements
  are turned into jump-tables (dangerous).
- For more details see section 
+ For more details see section
 \begin_inset LatexCommand \ref{sub:'switch'-Statements}
 
 \end_inset
@@ -22062,7 +22062,7 @@ status collapsed
 
 \end_inset
 
- and section 
+ and section
 \begin_inset LatexCommand \ref{sec:Parameters-and-Local-Variables}
 
 \end_inset
@@ -22075,7 +22075,7 @@ status collapsed
 \series bold
 opt_code_speed
 \series default
+
 \begin_inset LatexCommand \index{\#pragma opt\_code\_speed}
 
 \end_inset
@@ -22090,7 +22090,7 @@ opt_code_speed
 \series bold
 opt_code_size
 \series default
+
 \begin_inset LatexCommand \index{\#pragma opt\_code\_size}
 
 \end_inset
@@ -22105,7 +22105,7 @@ opt_code_size
 \series bold
 opt_code_balanced
 \series default
+
 \begin_inset LatexCommand \index{\#pragma opt\_code\_balanced}
 
 \end_inset
@@ -22113,7 +22113,7 @@ opt_code_balanced
 - The compiler will attempt to generate code that is both compact and fast,
  as long as meeting one goal is not a detriment to the other (this is the
  default).
+
 \end_layout
 
 \begin_layout Itemize
@@ -22121,7 +22121,7 @@ opt_code_balanced
 \series bold
 std_sdcc89
 \series default
+
 \begin_inset LatexCommand \index{\#pragma std\_sdcc89}
 
 \end_inset
@@ -22135,7 +22135,7 @@ std_sdcc89
 \series bold
 std_c89
 \series default
+
 \begin_inset LatexCommand \index{\#pragma std\_c89}
 
 \end_inset
@@ -22149,7 +22149,7 @@ std_c89
 \series bold
 std_sdcc99
 \series default
+
 \begin_inset LatexCommand \index{\#pragma std\_sdcc99}
 
 \end_inset
@@ -22163,7 +22163,7 @@ std_sdcc99
 \series bold
 std_c99
 \series default
+
 \begin_inset LatexCommand \index{\#pragma std\_c99}
 
 \end_inset
@@ -22252,7 +22252,7 @@ pedantic_parse_number
 
 \end_inset
 
- (+ | -) 
+ (+ | -)
 \begin_inset LatexCommand \label{ite:pedantic_parse_number}
 
 \end_inset
@@ -22273,13 +22273,13 @@ status collapsed
 
 \end_inset
 
--pedantic-parse-number command line option 
+-pedantic-parse-number command line option
 \begin_inset LatexCommand \vpageref{lyx:-pedantic-parse-number}
 
 \end_inset
 
 .
+
 \newline
 Below is an example on how to use this pragma.
 
@@ -22377,15 +22377,15 @@ _endasm
 \newline
 
 \newline
-void foo (void) 
+void foo (void)
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
  ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -22396,9 +22396,9 @@ void foo (void)
 \InsetSpace ~
 \InsetSpace ~
  ...
+
 \newline
-} 
+}
 \newline
 
 \end_layout
@@ -22439,21 +22439,21 @@ Default is off.
 \newline
 
 \newline
-#define ROMCALL(x) 
+#define ROMCALL(x)
 \backslash
 
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-mov R6_B3, #(x & 0xff) 
+mov R6_B3, #(x & 0xff)
 \backslash
 
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-mov R7_B3, #((x >> 8) & 0xff) 
+mov R7_B3, #((x >> 8) & 0xff)
 \backslash
 
 \newline
@@ -22484,7 +22484,7 @@ ons which might cause the compiler to generate extra stack and/or data space
  This usually happens in large functions.
  Pragma directives should be used as shown in the following example, they
  are used to control options and optimizations for a given function.
+
 \end_layout
 
 \begin_layout Verse
@@ -22502,7 +22502,7 @@ ons which might cause the compiler to generate extra stack and/or data space
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-/* save the current settings */ 
+/* save the current settings */
 \newline
 #pragma nogcse
 \begin_inset LatexCommand \index{\#pragma nogcse}
@@ -22514,34 +22514,34 @@ ons which might cause the compiler to generate extra stack and/or data space
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-/* turnoff global subexpression elimination */ 
+/* turnoff global subexpression elimination */
 \newline
 #pragma noinduction
 \begin_inset LatexCommand \index{\#pragma noinduction}
 
 \end_inset
 
- /* turn off induction optimizations */ 
+ /* turn off induction optimizations */
 \newline
-int foo () 
+int foo ()
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
  \InsetSpace ~
  ...
+
 \newline
 \InsetSpace ~
  \InsetSpace ~
- /* large code */ 
+ /* large code */
 \newline
 \InsetSpace ~
  \InsetSpace ~
  ...
+
 \newline
-} 
+}
 \newline
 #pragma restore
 \begin_inset LatexCommand \index{\#pragma restore}
@@ -22623,7 +22623,7 @@ SDCC
 
 \end_inset
 
+
 \end_layout
 
 \end_inset
@@ -22735,7 +22735,7 @@ SDCC_STACK_AUTO
 \begin_inset Text
 
 \begin_layout Standard
-when 
+when
 \emph on
 -
 \begin_inset ERT
@@ -22777,7 +22777,7 @@ SDCC_MODEL_SMALL
 \begin_inset Text
 
 \begin_layout Standard
-when 
+when
 \emph on
 -
 \begin_inset ERT
@@ -22819,7 +22819,7 @@ SDCC_MODEL_MEDIUM
 \begin_inset Text
 
 \begin_layout Standard
-when 
+when
 \emph on
 -
 \begin_inset ERT
@@ -22861,7 +22861,7 @@ SDCC_MODEL_LARGE
 \begin_inset Text
 
 \begin_layout Standard
-when 
+when
 \emph on
 -
 \begin_inset ERT
@@ -22903,7 +22903,7 @@ SDCC_USE_XSTACK
 \begin_inset Text
 
 \begin_layout Standard
-when 
+when
 \emph on
 -
 \begin_inset ERT
@@ -22936,7 +22936,7 @@ SDCC_STACK_TENBIT
 
 \end_inset
 
+
 \end_layout
 
 \end_inset
@@ -22945,7 +22945,7 @@ SDCC_STACK_TENBIT
 \begin_inset Text
 
 \begin_layout Standard
-when 
+when
 \emph on
 -mds390
 \emph default
@@ -22974,7 +22974,7 @@ SDCC_MODEL_FLAT24
 \begin_inset Text
 
 \begin_layout Standard
-when 
+when
 \emph on
 -mds390
 \emph default
@@ -23014,11 +23014,11 @@ MCS51 processors are available from many vendors and come in many different
  flavours.
  While they might differ considerably in respect to Special Function Registers
  the core MCS51 is usually not modified or is kept compatible.
+
 \end_layout
 
 \begin_layout Subsection
-pdata access by SFR 
+pdata access by SFR
 \end_layout
 
 \begin_layout Standard
@@ -23041,7 +23041,7 @@ With the upcome of devices with internal xdata and flash memory devices
 \end_inset
 
 .
- In well-established MCS51 tradition the address of this 
+ In well-established MCS51 tradition the address of this
 \emph on
 sfr
 \emph default
@@ -23099,7 +23099,7 @@ __sfr __at (0xaa) _XPAGE; /* some Silicon Labs (Cygnal) chips a.k.a.
 
 \begin_layout Standard
 For more exotic implementations further customizations may be needed.
- See section 
+ See section
 \begin_inset LatexCommand \ref{sub:Startup-Code}
 
 \end_inset
@@ -23146,7 +23146,7 @@ The DS80C400
  In its built-in ROM library it includes functions to access some of the
  features, among them is a TCP stack with IP4 and IP6 support.
  Library headers (currently in beta status) and other files are provided
- at 
+ at
 \size footnotesize
 
 \begin_inset LatexCommand \url{ftp://ftp.dalsemi.com/pub/tini/ds80c400/c_libraries/sdcc/index.html}
@@ -23154,7 +23154,7 @@ The DS80C400
 \end_inset
 
 .
+
 \begin_inset VSpace bigskip
 \end_inset
 
@@ -23177,7 +23177,7 @@ SDCC can target both the Zilog Z80
 \end_inset
 
 .
- The Z80 port is passed through the same 
+ The Z80 port is passed through the same
 \emph on
 regressions tests
 \begin_inset LatexCommand \index{Regression test}
@@ -23186,7 +23186,7 @@ regressions tests
 
 
 \emph default
- (see section 
+ (see section
 \begin_inset LatexCommand \ref{sec:Quality-control}
 
 \end_inset
@@ -23242,7 +23242,7 @@ The port to the Freescale/Motorola HC08
 \end_layout
 
 \begin_layout Standard
-The HC08 port passes the regression test suite (see section 
+The HC08 port passes the regression test suite (see section
 \begin_inset LatexCommand \ref{sec:Quality-control}
 
 \end_inset
@@ -23337,7 +23337,7 @@ Currently supported devices include:
 \end_layout
 
 \begin_layout Standard
-An up-to-date list of currently supported devices can be obtained via 
+An up-to-date list of currently supported devices can be obtained via
 \family typewriter
 sdcc -mpic14 -phelp foo.c
 \family default
@@ -23365,7 +23365,7 @@ The linker organizes allocation for the code page and RAM banks.
  page.
  In order to make use of multiple code pages, separate asm files must be
  used.
- The compiler assigns all 
+ The compiler assigns all
 \emph on
 static
 \emph default
@@ -23401,7 +23401,7 @@ And as for any 8 bit micro (especially for PIC14 as they have a very simple
 \end_layout
 
 \begin_layout Subsection
-Adding New Devices to the Port 
+Adding New Devices to the Port
 \end_layout
 
 \begin_layout Standard
@@ -23429,7 +23429,7 @@ Each device is described in two files: pic16f*.h
  These files primarily define SFRs, structs to access their bits, and symbolic
  configuration options.
  Both files can be generated from gputils' .inc files using the perl script
+
 \family typewriter
 support/scripts/inc2h.pl
 \family default
@@ -23439,7 +23439,7 @@ support/scripts/inc2h.pl
 
 \begin_layout Enumerate
 Copy the .h file into SDCC's include path and either add the .c file to your
- project or copy it to 
+ project or copy it to
 \family typewriter
 device/lib/pic/libdev
 \family default
@@ -23452,7 +23452,7 @@ Edit pic14devices.txt in SDCC's include path (
 \family typewriter
 device/include/pic/
 \family default
- in the source tree or 
+ in the source tree or
 \family typewriter
 /usr/local/share/sdcc/include/pic
 \family default
@@ -23505,7 +23505,7 @@ For assembling you can use either GPUTILS'
 \end_inset
 
  gpasm.exe or MPLAB's mpasmwin.exe.
- GPUTILS are available from 
+ GPUTILS are available from
 \begin_inset LatexCommand \url{http://sourceforge.net/projects/gputils}
 
 \end_inset
@@ -23517,7 +23517,7 @@ For assembling you can use either GPUTILS'
 \newline
 
 \newline
-Here is a 
+Here is a
 \family typewriter
 Makefile
 \family default
@@ -23537,11 +23537,11 @@ Makefile
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-sdcc -V -mpic14 -p16f877 -c $< 
+sdcc -V -mpic14 -p16f877 -c $<
 \newline
 
 \newline
-$(PRJ).hex: $(OBJS) 
+$(PRJ).hex: $(OBJS)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -23556,7 +23556,7 @@ gplink -m -s $(PRJ).lkr
 \end_layout
 
 \begin_layout Standard
-Here is a 
+Here is a
 \family typewriter
 Makefile
 \family default
@@ -23566,7 +23566,7 @@ Makefile
 \begin_layout Verse
 
 \family typewriter
-.c.o: 
+.c.o:
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -23576,7 +23576,7 @@ Makefile
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-sdcc -S -V -mpic14 -p16f877 $< 
+sdcc -S -V -mpic14 -p16f877 $<
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -23591,7 +23591,7 @@ mpasmwin /q /o $*.asm
 
 \newline
 $(PRJ).hex: $(OBJS)
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -23746,7 +23746,7 @@ The Library
 The PIC14 library currently only contains support routines required by the
  compiler to implement multiplication, division, and floating point support.
  No libc-like replacement is available at the moment, though many of the
- common sdcc library sources (in 
+ common sdcc library sources (in
 \family typewriter
 device/lib
 \family default
@@ -23761,13 +23761,13 @@ error: missing definition for symbol ``__gptrget1''
 The PIC14 port uses library routines to provide more complex operations
  like multiplication, division/modulus and (generic) pointer dereferencing.
  In order to add these routines to your project, you must link with PIC14's
+
 \family typewriter
 libsdcc.lib
 \family default
 .
  For single source file projects this is done automatically, more complex
- projects must add 
+ projects must add
 \family typewriter
 libsdcc.lib
 \family default
@@ -23805,11 +23805,11 @@ bit PIC
 
 \begin_layout Standard
 You might also consider recompiling the library for your specific device
- by changing the ARCH=p16f877 (default target) entry in 
+ by changing the ARCH=p16f877 (default target) entry in
 \family typewriter
 device/lib/pic/Makefile.in
 \family default
- and 
+ and
 \family typewriter
 device/lib/pic/Makefile
 \family default
@@ -24127,7 +24127,7 @@ status collapsed
 \labelwidthstring 00.00.0000
 2 tries to check the location of (even different) symbols and removes BANKSELs
  if they are in the same bank.
+
 \newline
 
 \emph on
@@ -24303,7 +24303,7 @@ status collapsed
 
 \end_inset
 
--ivt-loc=n Place the interrupt vector table at address 
+-ivt-loc=n Place the interrupt vector table at address
 \emph on
 n
 \emph default
@@ -24500,7 +24500,7 @@ OPTIMIZE_BITFIELD_POINTER_GET When this variable exists, reading of structure
  of bitfields.
  (i.e., 80 bytes of code space are saved when compiling malloc.c with this
  option).
+
 \end_layout
 
 \begin_layout Description
@@ -24618,7 +24618,7 @@ pic18fxxxx
 
 \begin_layout Standard
 MCU Identification.
+
 \emph on
 xxxx
 \emph default
@@ -24735,7 +24735,7 @@ __18Fxxxx
 
 \begin_layout Standard
 MCU Identification.
+
 \emph on
 xxxx
 \emph default
@@ -25300,7 +25300,7 @@ libdebug
 \begin_layout Standard
 This feature allows for linking with specific libraries withoug having to
  explicit name them in the command line.
- Note that the 
+ Note that the
 \noun on
 ignore
 \noun default
@@ -25473,7 +25473,7 @@ There is one main header file
 \end_inset
 
  port.
- That file is the 
+ That file is the
 \series bold
 pic18fregs.h
 \series default
@@ -25510,7 +25510,7 @@ The libraries
 
  port depends on are the microcontroller device libraries which contain
  the symbol definitions for the microcontroller special function registers.
- These libraries have the format pic18fxxxx.lib, where 
+ These libraries have the format pic18fxxxx.lib, where
 \emph on
 xxxx
 \emph default
@@ -25520,7 +25520,7 @@ xxxx
 \end_layout
 
 \begin_layout Standard
-Libraries are created with gplib which is part of the gputils package 
+Libraries are created with gplib which is part of the gputils package
 \begin_inset LatexCommand \url{http://sourceforge.net/projects/gputils}
 
 \end_inset
@@ -25582,13 +25582,13 @@ su -c 'make install'     # install the headers, you need the root password
 \begin_layout Standard
 There exist a special target to build the I/O libraries.
  This target is not automatically build because it will build the I/O library
- for 
+ for
 \emph on
 every
 \emph default
  supported device.
  This way building will take quite a lot of time.
- Users are advised to edit the 
+ Users are advised to edit the
 \series bold
 device/lib/pic16/pics.build
 \series default
@@ -25642,11 +25642,11 @@ mv picDEVICE.c /path/to/sdcc/device/lib/pic16/libdev
 \end_layout
 
 \begin_layout Enumerate
-Add DEVICE to 
+Add DEVICE to
 \family typewriter
 /path/to/sdcc/device/lib/pic16/pics.all
 \family default
- (and 
+ (and
 \family typewriter
 .build
 \family default
@@ -25656,21 +25656,21 @@ Note: No 18f prefix here!
 \end_layout
 
 \begin_layout Enumerate
-Adjust 
+Adjust
 \family typewriter
 /path/to/sdcc/device/lib/pic16/libio/*.ignore
 \family default
 
 \newline
-Add your DEVICE if it does not compile in 
+Add your DEVICE if it does not compile in
 \family typewriter
 adc
 \family default
-, 
+,
 \family typewriter
 i2c
 \family default
-, or 
+, or
 \family typewriter
 usart
 \family default
@@ -25678,7 +25678,7 @@ usart
 \end_layout
 
 \begin_layout Enumerate
-Edit 
+Edit
 \family typewriter
 /path/to/sdcc/device/include/pic16/pic18fregs.h
 \family default
@@ -25697,7 +25697,7 @@ at the right place (keep it sorted).
 \end_layout
 
 \begin_layout Enumerate
-Edit 
+Edit
 \family typewriter
 /path/to/sdcc/src/pic16/devices.inc
 \family default
@@ -25838,11 +25838,11 @@ data pointers
 It is advisable that all sources within a project are compiled with the
  same memory model.
  If one wants to override the default memory model, this can be done by
- declaring a pointer as 
+ declaring a pointer as
 \series bold
 far
 \series default
- or 
+ or
 \series bold
 near
 \series default
@@ -25852,7 +25852,7 @@ near
 \end_layout
 
 \begin_layout Standard
-The standard device libraries (see 
+The standard device libraries (see
 \begin_inset LatexCommand \ref{sub:PIC16_Header-Files}
 
 \end_inset
@@ -25909,7 +25909,7 @@ large
 Small
 \noun default
  model means that only the FSRxL byte is used to access stack and frame,
- while 
+ while
 \emph on
 \noun on
 large
@@ -26025,7 +26025,7 @@ Frame pointer FSR2
 \begin_layout Standard
 
 \noun on
-Large 
+Large
 \noun default
 stack model is currently not working properly throughout the code generator.
  So its use is not advised.
@@ -26110,11 +26110,11 @@ shadowregs
  When entering/exiting an ISR, it is possible to take advantage of the PIC18F
  hardware shadow registers which hold the values of WREG, STATUS and BSR
  registers.
- This can be done by adding the keyword 
+ This can be done by adding the keyword
 \emph on
 shadowregs
 \emph default
- before the 
+ before the
 \emph on
 interrupt
 \emph default
@@ -26300,7 +26300,7 @@ An interrupt
 
 \end_inset
 
- service routine (ISR) is declared using the 
+ service routine (ISR) is declared using the
 \emph on
 interrupt
 \emph default
@@ -26308,7 +26308,7 @@ interrupt
 \end_layout
 
 \begin_layout LyX-Code
-void isr(void) interrupt 
+void isr(void) interrupt
 \emph on
 n
 \end_layout
@@ -26485,16 +26485,16 @@ LOW priority interrupts
 \end_layout
 
 \begin_layout Standard
-When generating assembly code for ISR the code generator places a 
+When generating assembly code for ISR the code generator places a
 \noun on
-goto 
+goto
 \noun default
-instruction at the 
+instruction at the
 \emph on
 Interrupt Vector Address
 \emph default
  which points at the genetated ISR.
- This single GOTO instruction is part of an automatically generated 
+ This single GOTO instruction is part of an automatically generated
 \emph on
 interrupt entry point
 \emph default
@@ -26502,7 +26502,7 @@ interrupt entry point
  The actuall ISR code is placed as normally would in the code space.
  Upon interrupt request, the GOTO instruction is executed which jumps to
  the ISR code.
- When declaring interrupt functions as _naked this GOTO instruction is 
+ When declaring interrupt functions as _naked this GOTO instruction is
 \series bold
 not
 \series default
@@ -26521,7 +26521,7 @@ This is not a problem when
 \end_layout
 
 \begin_layout Enumerate
-this is a HIGH interrupt ISR and LOW interrupts are 
+this is a HIGH interrupt ISR and LOW interrupts are
 \emph on
 disabled
 \emph default
@@ -26665,7 +26665,7 @@ description
 \begin_inset Text
 
 \begin_layout Standard
-data 
+data
 \end_layout
 
 \end_inset
@@ -26885,7 +26885,7 @@ Standard I/O Streams
 \end_layout
 
 \begin_layout Standard
-In the 
+In the
 \emph on
 stdio.h
 \emph default
@@ -26911,9 +26911,9 @@ extern FILE * stdout;
 
 \begin_layout Standard
 The FILE type is actually a generic pointer which defines one more type
- of generic pointers, the 
+ of generic pointers, the
 \emph on
-stream 
+stream
 \emph default
 pointer.
  This new type has the format:
@@ -27300,15 +27300,15 @@ putchar dummy function.
 \end_layout
 
 \begin_layout Standard
-In order to increase performance 
+In order to increase performance
 \emph on
-putchar 
+putchar
 \emph default
 is declared in stdio.h as having its parameter in WREG (it has the wparam
  keyword).
  In stdio.h exists the macro PUTCHAR(arg) that defines the putchar function
  in a user-friendly way.
+
 \emph on
 arg
 \emph default
@@ -27335,7 +27335,7 @@ PUTCHAR( c )
 \end_layout
 
 \begin_layout LyX-Code
-} 
+}
 \newline
 
 \newline
@@ -27418,13 +27418,13 @@ extern unsigned int vfprintf(FILE *fp, char *fmt, va_list ap);
 \end_layout
 
 \begin_layout Standard
-For sprintf and vsprintf 
+For sprintf and vsprintf
 \emph on
-buf 
+buf
 \emph default
 should normally be a data pointer where the resulting string will be placed.
  No range checking is done so the user should allocate the necessery buffer.
- For fprintf and vfprintf 
+ For fprintf and vfprintf
 \emph on
 fp
 \emph default
@@ -27876,7 +27876,7 @@ TMR3 overflow interrupt
 \end_layout
 
 \begin_layout Standard
-The prototypes for these names are defined in the header file 
+The prototypes for these names are defined in the header file
 \emph on
 signal.h
 \emph default
@@ -27891,7 +27891,7 @@ In order to simplify signal handling, a number of macros is provided:
 \labelwidthstring 00.00.0000
 DEF_INTHIGH(name) begin the definition of the interrupt dispatch table for
  high priority interrupts.
+
 \emph on
 name
 \emph default
@@ -27902,7 +27902,7 @@ name
 \labelwidthstring 00.00.0000
 DEF_INTLOW(name) begin the definition of the interrupt dispatch table fo
  low priority interrupt.
+
 \emph on
 name
 \emph default
@@ -27911,7 +27911,7 @@ name
 
 \begin_layout List
 \labelwidthstring 00.00.0000
-DEF_HANDLER(sig,handler) define a handler for signal 
+DEF_HANDLER(sig,handler) define a handler for signal
 \emph on
 sig.
 \end_layout
@@ -27930,9 +27930,9 @@ Additionally there are two more macros to simplify the declaration of the
 \labelwidthstring 00.00.0000
 
 \series medium
-SIGHANDLER(handler) 
+SIGHANDLER(handler)
 \series default
-this declares the function prototype for the 
+this declares the function prototype for the
 \emph on
 handler
 \emph default
@@ -28029,7 +28029,7 @@ do not place a colon (;) at the end of the DEF_* and END_DEF macros.
 \end_layout
 
 \begin_layout Itemize
-when declaring SIGHANDLERNAKED handler never forget to use 
+when declaring SIGHANDLERNAKED handler never forget to use
 \emph on
 retfie
 \emph default
@@ -28099,7 +28099,7 @@ The PIC16 Port currently does not pass SDCC's regression test
 
 \end_inset
 
- suite (see section 
+ suite (see section
 \begin_inset LatexCommand \ref{sec:Quality-control}
 
 \end_inset
@@ -28154,7 +28154,7 @@ status collapsed
 
 \end_inset
 
--more-pedantic 
+-more-pedantic
 \begin_inset LatexCommand \ref{lyx:more-pedantic-SPLINT}
 
 \end_inset
@@ -28178,13 +28178,13 @@ status collapsed
 
 \end_inset
 
--more-pedantic 
+-more-pedantic
 \begin_inset LatexCommand \ref{lyx:more-pedantic-SPLINT}
 
 \end_inset
 
 ) on how to handle syntax extensions like __xdata, __at(), ...
+
 \end_layout
 
 \begin_layout Itemize
@@ -28201,7 +28201,7 @@ Debugging on a simulator:
 \end_layout
 
 \begin_layout Itemize
-there is a separate section about SDCDB (section 
+there is a separate section about SDCDB (section
 \begin_inset LatexCommand \ref{cha:Debugging-with-SDCDB}
 
 \end_inset
@@ -28216,7 +28216,7 @@ or (8051 specific) use a freeware/commercial simulator which interfaces
 
 \end_inset
 
- file (see 
+ file (see
 \begin_inset LatexCommand \ref{OMF file}
 
 \end_inset
@@ -28225,7 +28225,7 @@ or (8051 specific) use a freeware/commercial simulator which interfaces
 \end_layout
 
 \begin_layout Standard
-Debugging On-target: 
+Debugging On-target:
 \end_layout
 
 \begin_layout Itemize
@@ -28243,7 +28243,7 @@ use an on-target monitor.
  via a serial line and allows to set program counter, to single step through
  a program and read/write memory locations.
  For the 8051 good examples of monitors are paulmon and cmon51 (see section
+
 \begin_inset LatexCommand \ref{sec:Related-open-source-tools}
 
 \end_inset
@@ -28254,7 +28254,7 @@ use an on-target monitor.
 \begin_layout Itemize
 toggle MCU port pins at strategic points within your code and use an oscilloscop
 e.
- A 
+ A
 \emph on
 digital oscilloscope
 \emph default
 
  resistor to the oscilloscope probe (check output drive capability of the
  pins you want to monitor).
- If you need to monitor many more pins a 
+ If you need to monitor many more pins a
 \emph on
 logic analyzer
 \emph default
@@ -28292,11 +28292,11 @@ use an ICE (
 \emph on
 i
 \emph default
-n 
+n
 \emph on
 c
 \emph default
-ircuit 
+ircuit
 \emph on
 e
 \emph default
@@ -28309,7 +28309,7 @@ mulator
  Usually very expensive.
  And very nice to have too.
  And usually locks you (for years...) to the devices the ICE can emulate.
+
 \end_layout
 
 \begin_layout Itemize
@@ -28318,7 +28318,7 @@ use a remote debugger.
  and a complete debugger is too bulky for the target system.
  Therefore usually a debugger on the host system connects to an on-target
  debugging stub which accepts only primitive commands.
+
 \newline
 Terms to enter into your favourite search engine could be 'remote debugging',
  'gdb stub' or 'inferior debugger'.
@@ -28330,7 +28330,7 @@ use an on target hardware debugger.
  Some of the more modern MCUs include hardware support for setting break
  points and monitoring/changing variables by using dedicated hardware pins.
  This facility doesn't require additional code to run on the target and
+
 \emph on
 usually
 \emph default
@@ -28340,13 +28340,13 @@ usually
 
 \end_inset
 
- file (see 
+ file (see
 \begin_inset LatexCommand \ref{OMF file}
 
 \end_inset
 
 ) as input file.
+
 \end_layout
 
 \begin_layout Standard
@@ -28355,28 +28355,28 @@ Last not least:
 
 \begin_layout Itemize
 if you are not familiar with any of the following terms you're likely to
- run into problems rather sooner than later: 
+ run into problems rather sooner than later:
 \emph on
 volatile
 \emph default
-, 
+,
 \emph on
 atomic
 \emph default
-, 
+,
 \emph on
 memory map
 \emph default
-, 
+,
 \emph on
 overlay
 \emph default
 .
- As an embedded programmer you 
+ As an embedded programmer you
 \emph on
 have
 \emph default
- to know them so why not look them up 
+ to know them so why not look them up
 \emph on
 before
 \emph default
@@ -28402,7 +28402,7 @@ Debugging with SDCDB
 
 \end_inset
 
+
 \end_layout
 
 \begin_layout Standard
@@ -28495,16 +28495,16 @@ status collapsed
  execution is controlled by the debugger.
  When a command is issued for the debugger, it translates it into appropriate
  commands for the simulator.
- (Currently SDCDM only connects to the simulator but 
+ (Currently SDCDM only connects to the simulator but
 \emph on
 newcdb
 \emph default
- at 
+ at
 \begin_inset LatexCommand \url{http://ec2drv.sf.net/}
 
 \end_inset
 
- is an effort to connect directly to the hardware.) 
+ is an effort to connect directly to the hardware.)
 \end_layout
 
 \begin_layout Subsection
@@ -28599,7 +28599,7 @@ status collapsed
 
 -directory=/home/src1:/home/src2.
  Note there can be no spaces in the option.
+
 \end_layout
 
 \begin_layout Itemize
@@ -28657,7 +28657,7 @@ Set breakpoint at specified line or function:
 
 \family sans
 \series bold
-sdcdb>break 100 
+sdcdb>break 100
 \newline
 sdcdb>break foo.c:100
 \newline
@@ -28758,7 +28758,7 @@ Start debugged program.
 \end_layout
 
 \begin_layout Subsubsection*
-ptype variable 
+ptype variable
 \end_layout
 
 \begin_layout Standard
@@ -28829,7 +28829,7 @@ Interfacing SDCDB with DDD
 status collapsed
 
 \begin_layout Standard
-The screenshot was converted from png to eps with: 
+The screenshot was converted from png to eps with:
 \begin_inset Quotes sld
 \end_inset
 
@@ -28853,19 +28853,19 @@ The screenshot was included in sdccman.lyx cvs version 1.120 but later removed
 \end_layout
 
 \begin_layout Standard
-The 
+The
 \emph on
 p
 \emph default
-ortable 
+ortable
 \emph on
 n
 \emph default
-etwork 
+etwork
 \emph on
 g
 \emph default
-raphics File 
+raphics File
 \size footnotesize
 
 \begin_inset LatexCommand \url{http://sdcc.svn.sourceforge.net/viewvc/*checkout*/sdcc/trunk/sdcc/doc/figures/ddd_example.png}
@@ -28883,9 +28883,9 @@ raphics File
  The debugging session might not run as smoothly as the screenshot suggests.
  The debugger allows setting of breakpoints, displaying and changing variables,
  single stepping through C and assembler code.
+
 \newline
-The source was compiled with 
+The source was compiled with
 \family sans
 \series bold
 
@@ -28914,7 +28914,7 @@ status collapsed
 -debug ddd_example.c
 \family default
 \series default
+
 \family sans
 \series bold
 
@@ -28924,7 +28924,7 @@ status collapsed
 \series default
 
 \newline
-and DDD was invoked with 
+and DDD was invoked with
 \family sans
 \series bold
 
@@ -28971,13 +28971,13 @@ Two files (in emacs lisp) are provided for the interfacing with XEmacs,
 ion is complete.
  These files need to be loaded into XEmacs for the interface to work.
  This can be done at XEmacs startup time by inserting the following into
- your '.xemacs' file (which can be found in your HOME directory): 
+ your '.xemacs' file (which can be found in your HOME directory):
 \newline
 
 \newline
 
 \family typewriter
-(load-file sdcdbsrc.el) 
+(load-file sdcdbsrc.el)
 \family default
 
 \newline
@@ -28987,7 +28987,7 @@ ion is complete.
  The files can also be loaded dynamically while XEmacs is running, set the
  environment variable 'EMACSLOADPATH' to the installation bin directory
  (<installdir>/bin), then enter the following command ESC-x load-file sdcdbsrc.
- To start the interface enter the following command: 
+ To start the interface enter the following command:
 \newline
 
 \newline
@@ -29002,7 +29002,7 @@ ESC-x sdcdbsrc
 
 \newline
 You will prompted to enter the file name to be debugged.
+
 \newline
 
 \newline
@@ -29034,7 +29034,7 @@ The following is a list of key mapping for the debugger interface.
 
 \newline
 ;;\InsetSpace ~
-Current Listing :: 
+Current Listing ::
 \newline
 ;;key\InsetSpace ~
 \InsetSpace ~
@@ -29072,7 +29072,7 @@ binding\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-Comment 
+Comment
 \newline
 ;;---\InsetSpace ~
 \InsetSpace ~
@@ -29112,7 +29112,7 @@ Comment
 \InsetSpace ~
 -------
 \newline
-;; 
+;;
 \newline
 ;;\InsetSpace ~
 n\InsetSpace ~
@@ -29141,7 +29141,7 @@ m-src\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-SDCDB next command 
+SDCDB next command
 \newline
 ;;\InsetSpace ~
 b\InsetSpace ~
@@ -29169,7 +29169,7 @@ sdcdb-back-from-src\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-SDCDB back command 
+SDCDB back command
 \newline
 ;;\InsetSpace ~
 c\InsetSpace ~
@@ -29226,7 +29226,7 @@ sdcdb-step-from-src\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-SDCDB step command 
+SDCDB step command
 \newline
 ;;\InsetSpace ~
 ?\InsetSpace ~
@@ -29255,7 +29255,7 @@ hatis-c-sexp\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-SDCDB ptypecommand for data at 
+SDCDB ptypecommand for data at
 \newline
 ;;\InsetSpace ~
 \InsetSpace ~
@@ -29304,7 +29304,7 @@ SDCDB ptypecommand for data at
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-buffer point 
+buffer point
 \newline
 ;;\InsetSpace ~
 x\InsetSpace ~
@@ -29337,7 +29337,7 @@ sdcdbsrc-delete\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 SDCD
-B Delete all breakpoints if no arg 
+B Delete all breakpoints if no arg
 \newline
 ;;\InsetSpace ~
 \InsetSpace ~
@@ -29386,7 +29386,7 @@ B Delete all breakpoints if no arg
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-given or delete arg (C-u arg x) 
+given or delete arg (C-u arg x)
 \newline
 ;;\InsetSpace ~
 m\InsetSpace ~
@@ -29420,7 +29420,7 @@ sdcdbsrc
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-SDCDB Display current frame if no arg, 
+SDCDB Display current frame if no arg,
 \newline
 ;;\InsetSpace ~
 \InsetSpace ~
@@ -29470,7 +29470,7 @@ SDCDB Display current frame if no arg,
 \InsetSpace ~
 \InsetSpace ~
 given or display frame arg
+
 \newline
 ;;\InsetSpace ~
 \InsetSpace ~
@@ -29519,7 +29519,7 @@ given or display frame arg
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-buffer point 
+buffer point
 \newline
 ;;\InsetSpace ~
 !\InsetSpace ~
@@ -29547,7 +29547,7 @@ sdcdbsrc-goto-sdcdb\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-Goto the SDCDB output buffer 
+Goto the SDCDB output buffer
 \newline
 ;;\InsetSpace ~
 p\InsetSpace ~
@@ -29577,7 +29577,7 @@ t-c-sexp\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-SDCDB print command for data at 
+SDCDB print command for data at
 \newline
 ;;\InsetSpace ~
 \InsetSpace ~
@@ -29626,7 +29626,7 @@ SDCDB print command for data at
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-buffer point 
+buffer point
 \newline
 ;;\InsetSpace ~
 g\InsetSpace ~
@@ -29655,7 +29655,7 @@ sdcdbsrc-goto-sdcdb\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 Got
-o the SDCDB output buffer 
+o the SDCDB output buffer
 \newline
 ;;\InsetSpace ~
 t\InsetSpace ~
@@ -29690,9 +29690,9 @@ sdcdbsrc-mode\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 Toggles Sdcdbsrc mode (turns it
- off) 
+ off)
 \newline
-;; 
+;;
 \newline
 ;;\InsetSpace ~
 C-c\InsetSpace ~
@@ -29713,9 +29713,9 @@ sdcdb-finish-from-src\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-SDCDB finish command 
+SDCDB finish command
 \newline
-;; 
+;;
 \newline
 ;;\InsetSpace ~
 C-x\InsetSpace ~
@@ -29747,7 +29747,7 @@ k\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-Set break for line with point 
+Set break for line with point
 \newline
 ;;\InsetSpace ~
 ESC\InsetSpace ~
@@ -29778,7 +29778,7 @@ sdcdbsrc-mode\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-Toggle Sdcdbsrc mode 
+Toggle Sdcdbsrc mode
 \newline
 ;;\InsetSpace ~
 ESC\InsetSpace ~
@@ -29807,9 +29807,9 @@ dbsrc-srcmode\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-Toggle list mode 
+Toggle list mode
 \newline
-;; 
+;;
 \newline
 
 \family default
@@ -29891,12 +29891,12 @@ if (uc * uc < 0) /* this is true! */
 \family typewriter
 uc * uc
 \family default
- is evaluated as 
+ is evaluated as
 \family typewriter
 (int) uc * (int) uc = (int) 0xfe * (int) 0xfe = (int) 0xfc04 = -1024
 \family default
 .
+
 \newline
 Another one:
 \end_layout
@@ -29934,7 +29934,7 @@ Don't complain, that gcc gives you a different result.
  gcc uses 32 bit ints, while SDCC uses 16 bit ints.
  Therefore the results are different.
 \newline
-From 
+From
 \begin_inset Quotes sld
 \end_inset
 
@@ -29981,7 +29981,7 @@ Declare the variables to be local
 \end_layout
 
 \begin_layout Itemize
-Have a look at the assembly listing to get a 
+Have a look at the assembly listing to get a
 \begin_inset Quotes sld
 \end_inset
 
@@ -30022,14 +30022,14 @@ check the device specific header files
 
 \end_inset
 
-> 
+>
 \begin_inset LatexCommand \url{http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc/device/include/mcs51/compiler.h?view=markup}
 
 \end_inset
 
  to allow using common header files.
  (see f.e.
- cc2510fx.h 
+ cc2510fx.h
 \begin_inset LatexCommand \url{http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc/device/include/mcs51/cc2510fx.h?view=markup}
 
 \end_inset
@@ -30053,12 +30053,12 @@ check if some 16 or 32 bit hardware registers require a specific addressing
 \emph on
 first
 \emph default
- and 
+ and
 \emph on
 last
 \emph default
  relate to time and not to lower/upper memory location here, so this is
+
 \emph on
 not
 \emph default
@@ -30066,7 +30066,7 @@ not
 \end_layout
 
 \begin_layout Itemize
-check whether the keyword 
+check whether the keyword
 \emph on
 volatile
 \emph default
@@ -30074,7 +30074,7 @@ volatile
  The compilers might differ in their optimization characteristics (as different
  versions of the same compiler might also use more clever optimizations
  this is good idea anyway).
- See section 
+ See section
 \begin_inset LatexCommand \ref{sub:Common-interrupt-pitfall-volatile}
 
 \end_inset
@@ -30093,23 +30093,23 @@ check and convert compiler specific extensions (interrupts, memory areas,
 
 \begin_layout Itemize
 check for differences in type promotion.
- Especially check for math operations on 
+ Especially check for math operations on
 \family typewriter
 char
 \family default
- or 
+ or
 \family typewriter
 unsigned char
 \family default
  variables.
- For the sake of C99 compatibility SDCC will probably promote these to 
+ For the sake of C99 compatibility SDCC will probably promote these to
 \family typewriter
 int
 \family default
  more often than other compilers.
- Eventually insert explicit casts to 
+ Eventually insert explicit casts to
 \family typewriter
-(char) 
+(char)
 \family default
 or
 \family typewriter
@@ -30122,7 +30122,7 @@ operator
 
 \end_inset
 
- is not used on 
+ is not used on
 \family typewriter
 bit
 \begin_inset LatexCommand \index{bit}
@@ -30133,12 +30133,12 @@ bit
 \family default
  variables, use the !\InsetSpace ~
 operator instead.
- See sections 
+ See sections
 \begin_inset LatexCommand \ref{type promotion}
 
 \end_inset
 
- and 
+ and
 \begin_inset LatexCommand \ref{sec:Compatibility-with-previous}
 
 \end_inset
@@ -30162,16 +30162,16 @@ check for differences in printf parameters (some compilers push (va_arg
 
 \end_inset
 
-) char variables as 
+) char variables as
 \family typewriter
 int
 \family default
- others push them as 
+ others push them as
 \family typewriter
 char
 \family default
 .
- See section 
+ See section
 \begin_inset LatexCommand \ref{sec:Compatibility-with-previous}
 
 \end_inset
@@ -30625,7 +30625,7 @@ packihx
 \begin_inset Text
 
 \begin_layout Standard
-Intel Hex packer 
+Intel Hex packer
 \begin_inset LatexCommand \index{packihx (tool)}
 
 \end_inset
@@ -30811,7 +30811,7 @@ ASLINK
 \begin_inset Text
 
 \begin_layout Standard
-sdcc/as/doc/asxhtm.html 
+sdcc/as/doc/asxhtm.html
 \emph on
 \InsetSpace ~
 \InsetSpace ~
@@ -30852,7 +30852,7 @@ SDCC regression test
 \begin_inset Text
 
 \begin_layout Standard
-sdcc/doc/test_suite_spec.pdf 
+sdcc/doc/test_suite_spec.pdf
 \emph on
 \InsetSpace ~
 \InsetSpace ~
@@ -30888,7 +30888,7 @@ Various notes
 \begin_inset Text
 
 \begin_layout Standard
-sdcc/doc/* 
+sdcc/doc/*
 \emph on
 \InsetSpace ~
 \InsetSpace ~
@@ -30929,7 +30929,7 @@ Notes on debugging with SDCDB
 \begin_inset Text
 
 \begin_layout Standard
-sdcc/debugger/README 
+sdcc/debugger/README
 \emph on
 \InsetSpace ~
 \InsetSpace ~
@@ -30987,7 +30987,7 @@ sdcc/sim/ucsim/doc
 \emph default
 \bar default
 \noun default
-/index.html 
+/index.html
 \emph on
 \InsetSpace ~
 \InsetSpace ~
@@ -31028,7 +31028,7 @@ Temporary notes on the pic16
 \begin_inset Text
 
 \begin_layout Standard
-sdcc/src/pic16/NOTES 
+sdcc/src/pic16/NOTES
 \emph on
 \InsetSpace ~
 \InsetSpace ~
@@ -31578,7 +31578,7 @@ splint
 \begin_inset Text
 
 \begin_layout Standard
-Statically checks c sources (see 
+Statically checks c sources (see
 \begin_inset LatexCommand \ref{lyx:more-pedantic-SPLINT}
 
 \end_inset
@@ -31739,7 +31739,7 @@ Cross platform build system, generates Makefiles
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-and a dedicated wiki entry: 
+and a dedicated wiki entry:
 \begin_inset LatexCommand \url{http://www.cmake.org/Wiki/CmakeSdcc}
 
 \end_inset
@@ -32293,7 +32293,7 @@ Ramtron / Goal Semiconductor
 \begin_layout Standard
 
 \size footnotesize
-Installing and Configuring SDCC and Crimson Editor 
+Installing and Configuring SDCC and Crimson Editor
 \end_layout
 
 \end_inset
@@ -32366,11 +32366,11 @@ Some Questions
 
 \begin_layout Standard
 Some questions answered, some pointers given - it might be time to in turn
- ask 
+ ask
 \emph on
 you
 \emph default
- some questions: 
+ some questions:
 \end_layout
 
 \begin_layout Itemize
@@ -32413,7 +32413,7 @@ is your project adequately positioned in that magic triangle: fame, fortune,
 
 \begin_layout Standard
 Maybe not all answers to these questions are known and some answers may
- even be 
+ even be
 \emph on
 no
 \emph default
@@ -32453,11 +32453,11 @@ SDCC has grown to be a large project.
  You can help by reporting the bugs and helping other SDCC users.
  There are lots of ways to contribute, and we encourage you to take part
  in making SDCC a great software package.
+
 \end_layout
 
 \begin_layout Standard
-The SDCC project is hosted on the SDCC sourceforge site at 
+The SDCC project is hosted on the SDCC sourceforge site at
 \begin_inset LatexCommand \htmlurl{http://sourceforge.net/projects/sdcc}
 
 \end_inset
@@ -32538,12 +32538,12 @@ status collapsed
 
 \begin_layout Enumerate
 Attach the code you are compiling with SDCC.
+
 \end_layout
 
 \begin_layout Enumerate
 Specify the exact command you use to run SDCC, or attach your Makefile.
+
 \end_layout
 
 \begin_layout Enumerate
@@ -32554,12 +32554,12 @@ sdcc -v
 \family default
 \series default
 "), your platform, and operating system.
+
 \end_layout
 
 \begin_layout Enumerate
 Provide an exact copy of any error message or incorrect output.
+
 \end_layout
 
 \begin_layout Enumerate
@@ -32573,13 +32573,13 @@ Please attempt to include these 5 important parts, as applicable, in all
  chance that SDCC users and developers will be able to help you.
  Some SDCC developers are frustrated by bug reports without code provided
  that they can use to reproduce and ultimately fix the problem, so please
- be sure to provide sample code if you are reporting a bug! 
+ be sure to provide sample code if you are reporting a bug!
 \end_layout
 
 \begin_layout Standard
 Please have a short check that you are using a recent version of SDCC and
  the bug is not yet known.
- This is the link for reporting bugs: 
+ This is the link for reporting bugs:
 \begin_inset LatexCommand \htmlurl{http://sourceforge.net/tracker/?group_id=599&atid=100599}
 
 \end_inset
@@ -32604,7 +32604,7 @@ status open
 
  there must be some users.
  So it's not exactly easy to find a new bug.
- If you find one we need it: 
+ If you find one we need it:
 \emph on
 reporting bugs is good
 \emph default
@@ -32633,7 +32633,7 @@ Requesting Features
 \begin_layout Standard
 Like bug reports feature requests are forwarded to the developer mailing
  list.
- This is the link for requesting features: 
+ This is the link for requesting features:
 \begin_inset LatexCommand \htmlurl{http://sourceforge.net/tracker/?group_id=599&atid=350599}
 
 \end_inset
@@ -32653,7 +32653,7 @@ Like bug reports contributed patches are forwarded to the developer mailing
 
 \end_inset
 
-: 
+:
 \begin_inset LatexCommand \url{http://sourceforge.net/tracker/?group_id=599&atid=300599}
 
 \end_inset
@@ -32662,13 +32662,13 @@ Like bug reports contributed patches are forwarded to the developer mailing
 \end_layout
 
 \begin_layout Standard
-You need to specify some parameters to the 
+You need to specify some parameters to the
 \family typewriter
 diff
 \family default
  command for the patches to be useful.
  If you modified more than one file a patch created f.e.
- with 
+ with
 \family sans
 \series bold
 
@@ -32682,7 +32682,7 @@ diff -Naur unmodified_directory modified_directory >my_changes.patch
 
 \family default
 \series default
- will be fine, otherwise 
+ will be fine, otherwise
 \family sans
 \series bold
 
@@ -32695,7 +32695,7 @@ diff -u sourcefile.c.orig sourcefile.c >my_changes.patch
 
 
 \series default
+
 \family default
 will do.
 \end_layout
@@ -32705,7 +32705,7 @@ Getting Help
 \end_layout
 
 \begin_layout Standard
-These links should take you directly to the 
+These links should take you directly to the
 \begin_inset LatexCommand \url[Mailing lists]{http://sourceforge.net/mail/?group_id=599}
 
 \end_inset
@@ -32721,7 +32721,7 @@ Traffic on sdcc-devel and sdcc-user is about 100 mails/month each not counting
 
 \end_inset
 
- and the 
+ and the
 \begin_inset LatexCommand \url[Forums]{http://sourceforge.net/forum/?group_id=599}
 
 \end_inset
@@ -32755,7 +32755,7 @@ You can follow the status of the Subversion version
 
  in the Subversion repository
 \size footnotesize
+
 \begin_inset LatexCommand \htmlurl{http://sdcc.svn.sourceforge.net/viewcvs.cgi/*checkout*/sdcc/trunk/sdcc/ChangeLog}
 
 \end_inset
@@ -32768,7 +32768,7 @@ Subversion Source Code Repository
 \end_layout
 
 \begin_layout Standard
-The output of 
+The output of
 \family sans
 \series bold
 sdcc -
@@ -32799,7 +32799,7 @@ status open
 
  number.
  Subversion allows to download the source of recent or previous versions
+
 \begin_inset LatexCommand \url{http://sourceforge.net/svn/?group_id=599}
 
 \end_inset
@@ -32833,13 +32833,13 @@ Historically there often were long delays between official releases and
  but as this was fixed a while ago, the current problem is that another
  excuse has to be found.
  Kidding aside, we have to get better there! On the other hand there are
- daily snapshots available at 
+ daily snapshots available at
 \begin_inset LatexCommand \htmlurl[snap]{http://sdcc.sourceforge.net/snap.php}
 
 \end_inset
 
 , and you can always build the very last version (hopefully with many bugs
- fixed, and features added) from the source code available at 
+ fixed, and features added) from the source code available at
 \begin_inset LatexCommand \htmlurl[Source]{http://sdcc.sourceforge.net/snap.php#Source}
 
 \end_inset
@@ -32855,7 +32855,7 @@ Historically there often were long delays between official releases and
 
 \end_inset
 
- at 
+ at
 \begin_inset LatexCommand \url{http://sdcc.wiki.sourceforge.net/}
 
 \end_inset
@@ -32873,21 +32873,21 @@ Examples
 \end_layout
 
 \begin_layout Standard
-You'll find some small examples in the directory 
+You'll find some small examples in the directory
 \emph on
 sdcc/device/examples/.
+
 \emph default
 More examples and libraries are available at
 \emph on
- The SDCC Open Knowledge Resource 
+ The SDCC Open Knowledge Resource
 \begin_inset LatexCommand \url{http://sdccokr.dl9sec.de/}
 
 \end_inset
 
+
 \emph default
-web site or at 
+web site or at
 \begin_inset LatexCommand \url{http://www.pjrc.com/tech/8051/}
 
 \end_inset
@@ -32934,7 +32934,7 @@ Quality control
 
 \begin_layout Standard
 The compiler is passed through snaphot build compile and build checks.
- The so called 
+ The so called
 \shape italic
 regression tests
 \shape default
@@ -32950,7 +32950,7 @@ regression tests
  The regression test suite comprises more than 100 files which expand to
  more than 500 test cases which include more than 4500 tests.
  The results of these tests are published daily on SDCC's snapshot page
- (click on the red or green symbols on the right side of 
+ (click on the red or green symbols on the right side of
 \begin_inset LatexCommand \url{http://sdcc.sourceforge.net/snap.php}
 
 \end_inset
@@ -32959,16 +32959,16 @@ regression tests
 \end_layout
 
 \begin_layout Standard
-There is a separate document 
+There is a separate document
 \shape italic
-test_suite.pdf 
+test_suite.pdf
 \begin_inset LatexCommand \index{Test suite}
 
 \end_inset
 
 
 \shape default
+
 \begin_inset LatexCommand \url{http://sdcc.sourceforge.net/doc/test_suite_spec.pdf}
 
 \end_inset
@@ -32977,17 +32977,17 @@ test_suite.pdf
 \end_layout
 
 \begin_layout Standard
-You'll find the test code in the directory 
+You'll find the test code in the directory
 \shape italic
 sdcc/support/regression
 \shape default
 .
- You can run these tests manually by running 
+ You can run these tests manually by running
 \family sans
 make
 \family default
  in this directory (or f.e.
+
 \family sans
 \series bold
 
@@ -33016,12 +33016,12 @@ make test-mcs51
 \end_layout
 
 \begin_layout Standard
-The PIC14 port uses a different set of regression tests 
+The PIC14 port uses a different set of regression tests
 \begin_inset LatexCommand \index{Regression test (PIC14)}
 
 \end_inset
 
-, you'll find them in the directory 
+, you'll find them in the directory
 \shape italic
 sdcc/src/regression
 \shape default
@@ -33033,7 +33033,7 @@ Use of SDCC in Education
 \end_layout
 
 \begin_layout Standard
-In short: 
+In short:
 \emph on
 highly
 \emph default
@@ -33058,7 +33058,7 @@ only
 \end_layout
 
 \begin_layout Enumerate
-give students a chance to understand the 
+give students a chance to understand the
 \emph on
 complete
 \emph default
@@ -33073,7 +33073,7 @@ have a curriculum that can be extended for years.
 
 \end_inset
 
-, 
+,
 \begin_inset LatexCommand \url[Oregano]{http://www.oregano.at/ip/ip01.htm}
 
 \end_inset
@@ -33089,12 +33089,12 @@ have a curriculum that can be extended for years.
 \begin_layout Enumerate
 be able to insert excursions about skills like using a revision control
  system, submitting/applying patches, using a type-setting (as opposed to
- word-processing) engine LyX/LaTeX, using 
+ word-processing) engine LyX/LaTeX, using
 \begin_inset LatexCommand \url[SourceForge]{http://www.sf.net}
 
 \end_inset
 
-, following some 
+, following some
 \begin_inset LatexCommand \url[netiquette]{http://en.wikipedia.org/wiki/Netiquette}
 
 \end_inset
@@ -33106,10 +33106,10 @@ be able to insert excursions about skills like using a revision control
 \end_inset
 
 .
+
 \newline
 And if there should be a shortage of ideas then you can always point students
- to the ever-growing feature request list 
+ to the ever-growing feature request list
 \begin_inset LatexCommand \htmlurl{http://sourceforge.net/tracker/?group_id=599&atid=350599}
 
 \end_inset
@@ -33119,12 +33119,12 @@ And if there should be a shortage of ideas then you can always point students
 
 \begin_layout Enumerate
 not tie students to a specific host platform and instead allow them to use
- a host platform of 
+ a host platform of
 \emph on
 their
 \emph default
  choice (among them Alpha, i386, i386_64, Mac OS X, Mips, Sparc, Windows
- and eventually 
+ and eventually
 \begin_inset LatexCommand \url[OLPC]{http://www.laptop.org}
 
 \end_inset
@@ -33187,7 +33187,7 @@ Optimizations
 \begin_layout Standard
 SDCC performs a host of standard optimizations in addition to some MCU specific
  optimizations.
+
 \end_layout
 
 \begin_layout Subsection
@@ -33200,29 +33200,29 @@ Sub-expression Elimination
 \end_layout
 
 \begin_layout Standard
-The compiler does local and 
+The compiler does local and
 \emph on
 g
 \emph default
-lobal 
+lobal
 \emph on
 c
 \emph default
-ommon 
+ommon
 \emph on
 s
 \emph default
-ubexpression 
+ubexpression
 \emph on
 e
 \emph default
-limination, e.g.: 
+limination, e.g.:
 \end_layout
 
 \begin_layout Verse
 
 \family typewriter
-i = x + y + 1; 
+i = x + y + 1;
 \newline
 j = x + y;
 \end_layout
@@ -33234,9 +33234,9 @@ will be translated to
 \begin_layout Verse
 
 \family typewriter
-iTemp = x + y; 
+iTemp = x + y;
 \newline
-i = iTemp + 1; 
+i = iTemp + 1;
 \newline
 j = iTemp;
 \end_layout
@@ -33248,7 +33248,7 @@ Some subexpressions are not as obvious as the above example, e.g.:
 \begin_layout Verse
 
 \family typewriter
-a->b[i].c = 10; 
+a->b[i].c = 10;
 \newline
 a->b[i].d = 11;
 \end_layout
@@ -33261,9 +33261,9 @@ In this case the address arithmetic a->b[i] will be computed only once;
 \begin_layout Verse
 
 \family typewriter
-iTemp = a->b[i]; 
+iTemp = a->b[i];
 \newline
-iTemp.c = 10; 
+iTemp.c = 10;
 \newline
 iTemp.d = 11;
 \end_layout
@@ -33288,11 +33288,11 @@ int global;
 \newline
 
 \newline
-void f () { 
+void f () {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-int i; 
+int i;
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33301,26 +33301,26 @@ i = 1; \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-/* dead store */ 
+/* dead store */
 \newline
 \InsetSpace ~
 \InsetSpace ~
 global = 1;\InsetSpace ~
 /* dead
- store */ 
+ store */
 \newline
 \InsetSpace ~
 \InsetSpace ~
-global = 2; 
+global = 2;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-return; 
+return;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 global = 3;\InsetSpace ~
-/* unreachable */ 
+/* unreachable */
 \newline
 }
 \end_layout
@@ -33340,7 +33340,7 @@ void f () {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-global = 2; 
+global = 2;
 \newline
 }
 \end_layout
@@ -33357,51 +33357,51 @@ Copy-Propagation
 \begin_layout Verse
 
 \family typewriter
-int f() { 
+int f() {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-int i, j; 
+int i, j;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-i = 10; 
+i = 10;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-j = i; 
+j = i;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-return j; 
+return j;
 \newline
 }
 \end_layout
 
 \begin_layout Standard
-will be changed to 
+will be changed to
 \end_layout
 
 \begin_layout Verse
 
 \family typewriter
-int f() { 
+int f() {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-int i, j; 
+int i, j;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-i = 10; 
+i = 10;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-j = 10; 
+j = 10;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-return 10; 
+return 10;
 \newline
 }
 \end_layout
@@ -33426,7 +33426,7 @@ Loop Optimizations
 \end_layout
 
 \begin_layout Standard
-Two types of loop optimizations are done by SDCC 
+Two types of loop optimizations are done by SDCC
 \emph on
 loop invariant
 \emph default
@@ -33482,7 +33482,7 @@ Loop Invariant:
 \begin_layout Verse
 
 \family typewriter
-for (i = 0 ; i < 100 ; i ++) 
+for (i = 0 ; i < 100 ; i ++)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33498,9 +33498,9 @@ changed to
 \begin_layout Verse
 
 \family typewriter
-itemp = k + l; 
+itemp = k + l;
 \newline
-for (i = 0; i < 100; i++) 
+for (i = 0; i < 100; i++)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33542,30 +33542,30 @@ changed to
 \begin_layout Verse
 
 \family typewriter
-itemp1 = 0; 
+itemp1 = 0;
 \newline
-itemp2 = 0; 
+itemp2 = 0;
 \newline
-for (i=0;i< 100;i++) { 
+for (i=0;i< 100;i++) {
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-ar[itemp1] = itemp2; 
+ar[itemp1] = itemp2;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 itemp1
- += 5; 
+ += 5;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-itemp2 += 3; 
+itemp2 += 3;
 \newline
 }
 \end_layout
@@ -33591,7 +33591,7 @@ Loop Reversing
 \begin_layout Standard
 This optimization is done to reduce the overhead of checking loop boundaries
  for every iteration.
- Some simple loops can be reversed and implemented using a 
+ Some simple loops can be reversed and implemented using a
 \begin_inset Quotes eld
 \end_inset
 
@@ -33606,7 +33606,7 @@ decrement and jump if not zero
 \end_layout
 
 \begin_layout Itemize
-The 'for' loop is of the form 
+The 'for' loop is of the form
 \newline
 
 \newline
@@ -33623,7 +33623,7 @@ for(<symbol> = <expression>; <sym> [< | <=] <expression>; [<sym>++ | <sym>
 \end_layout
 
 \begin_layout Itemize
-The <for body> does not contain 
+The <for body> does not contain
 \begin_inset Quotes eld
 \end_inset
 
@@ -33679,7 +33679,7 @@ i = j + 0;\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
- i = j; 
+ i = j;
 \newline
 i /= 2;\InsetSpace ~
 \InsetSpace ~
@@ -33692,7 +33692,7 @@ i /= 2;\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
- i >>= 1; 
+ i >>= 1;
 \newline
 i
  = j - j;\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
- i = 0; 
+ i = 0;
 \newline
 i = j / 1;\InsetSpace ~
 \InsetSpace ~
@@ -33748,7 +33748,7 @@ SDCC can optimize switch statements to jump tables
 
 .
  It makes the decision based on an estimate of the generated code size.
- SDCC is quite liberal in the requirements for jump table generation: 
+ SDCC is quite liberal in the requirements for jump table generation:
 \end_layout
 
 \begin_layout Itemize
@@ -33787,7 +33787,7 @@ switch(i) {\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-switch (i) { 
+switch (i) {
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33819,7 +33819,7 @@ case 4: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 0: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33851,7 +33851,7 @@ case 5: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 1: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33914,7 +33914,7 @@ case 6: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 3: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33946,7 +33946,7 @@ case 7: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 4: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -33978,7 +33978,7 @@ case 8: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 5: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -34010,7 +34010,7 @@ case 9: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 6: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -34041,7 +34041,7 @@ case 10: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 7: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -34072,7 +34072,7 @@ case 11: ...\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 case 8: ...
+
 \newline
 }\InsetSpace ~
 \InsetSpace ~
@@ -34129,7 +34129,7 @@ e.
 If the case labels are not in numerical sequence ('gaps' between cases)
  SDCC checks whether a jump table with additionally inserted dummy cases
  is still attractive.
+
 \end_layout
 
 \begin_layout Itemize
@@ -34148,77 +34148,77 @@ Switch statements which have large gaps in the numeric sequence or those
 \begin_layout Verse
 
 \family typewriter
-switch (i) { 
+switch (i) {
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 1: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 2: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 3: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 4: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 5: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 6: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 7: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 101: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 102: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 103: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 104: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 105: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 106: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 107: ...
+
 \newline
 }
 \end_layout
@@ -34230,42 +34230,42 @@ If the above switch statement is broken down into two switch statements
 \begin_layout Verse
 
 \family typewriter
-switch (i) { 
+switch (i) {
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 1: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 2: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 3: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 4: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 5: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 6: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 7: ...
+
 \newline
 }
 \end_layout
@@ -34277,42 +34277,42 @@ and
 \begin_layout Verse
 
 \family typewriter
-switch (i) { 
+switch (i) {
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 101: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 102: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 103: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 104: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 105: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 106: ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 case 107: ...
+
 \newline
 }
 \end_layout
@@ -34345,15 +34345,15 @@ The pragma nojtbound
 
 \end_inset
 
- can be used to turn off checking the 
+ can be used to turn off checking the
 \emph on
 j
 \emph default
-ump 
+ump
 \emph on
 t
 \emph default
-able 
+able
 \emph on
 bound
 \emph default
@@ -34390,9 +34390,9 @@ g.
 unsigned char i;
 \newline
 ...
+
 \newline
-i >>= 4; 
+i >>= 4;
 \newline
 ...
 \end_layout
@@ -34405,12 +34405,12 @@ generates the following code:
 
 \family typewriter
 mov\InsetSpace ~
- a,_i 
+ a,_i
 \newline
-swap a 
+swap a
 \newline
 anl\InsetSpace ~
- a,#0x0f 
+ a,#0x0f
 \newline
 mov\InsetSpace ~
  _i,a
@@ -34424,12 +34424,12 @@ In general SDCC will never setup a loop if the shift count is known.
 \begin_layout Verse
 
 \family typewriter
-unsigned int i; 
+unsigned int i;
 \newline
 ...
+
 \newline
-i >>= 9; 
+i >>= 9;
 \newline
 ...
 \end_layout
@@ -34443,19 +34443,19 @@ will generate:
 \family typewriter
 mov\InsetSpace ~
 \InsetSpace ~
-a,(_i + 1) 
+a,(_i + 1)
 \newline
 mov\InsetSpace ~
 \InsetSpace ~
-(_i + 1),#0x00 
+(_i + 1),#0x00
 \newline
 clr\InsetSpace ~
 \InsetSpace ~
-c 
+c
 \newline
 rrc\InsetSpace ~
 \InsetSpace ~
-a 
+a
 \newline
 mov\InsetSpace ~
 \InsetSpace ~
@@ -34499,12 +34499,12 @@ char i;\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-/* unsigned is needed for rotation */ 
+/* unsigned is needed for rotation */
 \newline
 ...
+
 \newline
-i = ((i << 1) | (i >> 7)); 
+i = ((i << 1) | (i >> 7));
 \family default
 
 \newline
@@ -34522,12 +34522,12 @@ will generate the following code:
 \family typewriter
 mov\InsetSpace ~
 \InsetSpace ~
-a,_i 
+a,_i
 \newline
 rl\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-a 
+a
 \newline
 mov\InsetSpace ~
 \InsetSpace ~
@@ -34536,7 +34536,7 @@ _i,a
 
 \begin_layout Standard
 SDCC uses pattern matching on the parse tree to determine this operation.Variatio
-ns of this case will also be recognized as bit-rotation, i.e.: 
+ns of this case will also be recognized as bit-rotation, i.e.:
 \end_layout
 
 \begin_layout Verse
@@ -34566,7 +34566,7 @@ unsigned
 \series default
 \InsetSpace ~
 \InsetSpace ~
-char i; 
+char i;
 \newline
 
 \series bold
@@ -34574,18 +34574,18 @@ unsigned
 \series default
 \InsetSpace ~
 \InsetSpace ~
-int j; 
+int j;
 \newline
 ...
+
 \newline
-i = ((i << 4) | (i >> 4)); 
+i = ((i << 4) | (i >> 4));
 \family default
 
 \newline
 
 \family typewriter
-j = ((j << 8) | (j >> 8)); 
+j = ((j << 8) | (j >> 8));
 \end_layout
 
 \begin_layout Standard
@@ -34600,7 +34600,7 @@ and generates a swap instruction for the nibble swapping
 \end_inset
 
 .
- The 
+ The
 \begin_inset Quotes sld
 \end_inset
 
 \end_inset
 
  example can be used to convert from little to big-endian or vice versa.
- If you want to change the endianness of a 
+ If you want to change the endianness of a
 \emph on
 signed
 \emph default
- integer you have to cast to 
+ integer you have to cast to
 \family typewriter
 (unsigned int)
 \family default
@@ -34628,7 +34628,7 @@ status open
 \begin_layout Standard
 Usually 8-bit processors don't care much about endianness.
  This is not the case for the standard 8051 which only has an instruction
- to increment its 
+ to increment its
 \emph on
 dptr
 \emph default
@@ -34639,7 +34639,7 @@ dptr
 
 -datapointer
 \emph on
+
 \emph default
 so little-endian is the more efficient byte order.
 \end_layout
@@ -34685,55 +34685,55 @@ It is frequently required to obtain the highest order bit of an integral
 \begin_layout Verse
 
 \family typewriter
-unsigned int gint; 
+unsigned int gint;
 \newline
 
 \newline
-foo () { 
+foo () {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-unsigned char hob1, aob1; 
+unsigned char hob1, aob1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 bit hob2, hob3, aob2,
- aob3; 
+ aob3;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
-hob1 = (gint >> 15) & 1; 
+hob1 = (gint >> 15) & 1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-hob2 = (gint >> 15) & 1; 
+hob2 = (gint >> 15) & 1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 hob3 = gint & 0x8000;
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
-aob1 = (gint >> 9) & 1; 
+aob1 = (gint >> 9) & 1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-aob2 = (gint >> 8) & 1; 
+aob2 = (gint >> 8) & 1;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-aob3 = gint & 0x0800; 
+aob3 = gint & 0x0800;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 ..
+
 \newline
 }
 \end_layout
@@ -34771,7 +34771,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  61 ;\InsetSpace ~
- hob.c 7 
+ hob.c 7
 \newline
 000A E5*01\InsetSpace ~
 \InsetSpace ~
@@ -34798,7 +34798,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- a,(_gint + 1) 
+ a,(_gint + 1)
 \newline
 000C 23\InsetSpace ~
 \InsetSpace ~
@@ -34829,7 +34829,7 @@ will generate the following code:
  rl\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
- a 
+ a
 \newline
 000D 54 01\InsetSpace ~
 \InsetSpace ~
@@ -34857,7 +34857,7 @@ will generate the following code:
 \InsetSpace ~
  anl\InsetSpace ~
 \InsetSpace ~
- a,#0x01 
+ a,#0x01
 \newline
 000F F5*02\InsetSpace ~
 \InsetSpace ~
@@ -34884,7 +34884,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_hob1_1_1,a 
+ _foo_hob1_1_1,a
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -34912,7 +34912,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  66 ;\InsetSpace ~
- hob.c 8 
+ hob.c 8
 \newline
 0011 E5*01\InsetSpace ~
 \InsetSpace ~
@@ -34940,7 +34940,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- a,(_gint + 1) 
+ a,(_gint + 1)
 \newline
 0013 33\InsetSpace ~
 \InsetSpace ~
@@ -34970,7 +34970,7 @@ will generate the following code:
 \InsetSpace ~
  rlc\InsetSpace ~
 \InsetSpace ~
- a 
+ a
 \newline
 0014 92*00\InsetSpace ~
 \InsetSpace ~
@@ -34998,7 +34998,7 @@ will generate the following code:
  mov\InsetSpace ~
 \InsetSpace ~
  _foo_hob2_1_1,c
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -35026,7 +35026,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  66 ;\InsetSpace ~
- hob.c 9 
+ hob.c 9
 \newline
 0016 E5*01\InsetSpace ~
 \InsetSpace ~
@@ -35053,7 +35053,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- a,(_gint + 1) 
+ a,(_gint + 1)
 \newline
 0018 33\InsetSpace ~
 \InsetSpace ~
@@ -35083,7 +35083,7 @@ will generate the following code:
 \InsetSpace ~
  rlc\InsetSpace ~
 \InsetSpace ~
- a 
+ a
 \newline
 0019 92*01\InsetSpace ~
 \InsetSpace ~
@@ -35111,7 +35111,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_hob3_1_1,c 
+ _foo_hob3_1_1,c
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -35139,7 +35139,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  70 ;\InsetSpace ~
- hob.c 10 
+ hob.c 10
 \newline
 001B E5*01\InsetSpace ~
 \InsetSpace ~
@@ -35166,7 +35166,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- a,(_gint + 1) 
+ a,(_gint + 1)
 \newline
 001D
  03\InsetSpace ~
@@ -35198,7 +35198,7 @@ will generate the following code:
  rr\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
- a 
+ a
 \newline
 001E 54 01\InsetSpace ~
 \InsetSpace ~
@@ -35225,7 +35225,7 @@ will generate the following code:
 \InsetSpace ~
  anl\InsetSpace ~
 \InsetSpace ~
- a,#0x01 
+ a,#0x01
 \newline
 0020 F5*03\InsetSpace ~
 \InsetSpace ~
@@ -35253,7 +35253,7 @@ will generate the following code:
  mov\InsetSpace ~
 \InsetSpace ~
  _foo_aob1_1_1,a
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -35281,7 +35281,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  75 ;\InsetSpace ~
- hob.c 11 
+ hob.c 11
 \newline
 0022 E5*01\InsetSpace ~
 \InsetSpace ~
@@ -35308,7 +35308,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- a,(_gint + 1) 
+ a,(_gint + 1)
 \newline
 0024 13\InsetSpace ~
 \InsetSpace ~
@@ -35338,7 +35338,7 @@ will generate the following code:
 \InsetSpace ~
  rrc\InsetSpace ~
 \InsetSpace ~
- a 
+ a
 \newline
 0025 92*02\InsetSpace ~
 \InsetSpace ~
@@ -35366,7 +35366,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_aob2_1_1,c 
+ _foo_aob2_1_1,c
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -35394,7 +35394,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  79 ;\InsetSpace ~
- hob.c 12 
+ hob.c 12
 \newline
 0027 E5*01\InsetSpace ~
 \InsetSpace ~
@@ -35421,7 +35421,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- a,(_gint + 1) 
+ a,(_gint + 1)
 \newline
 0029
  A2 E3\InsetSpace ~
@@ -35449,7 +35449,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- c,acc[3] 
+ c,acc[3]
 \newline
 002B 92*03\InsetSpace ~
 \InsetSpace ~
@@ -35476,11 +35476,11 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_aob3_1_1,c 
+ _foo_aob3_1_1,c
 \end_layout
 
 \begin_layout Standard
-Other variations of these cases however will 
+Other variations of these cases however will
 \emph on
 not
 \emph default
@@ -35525,49 +35525,49 @@ It is also frequently required to obtain a higher order byte or word of
 \begin_layout Verse
 
 \family typewriter
-unsigned int gint; 
+unsigned int gint;
 \newline
-unsigned long int glong; 
+unsigned long int glong;
 \newline
 
 \newline
-foo () { 
+foo () {
 \newline
 \InsetSpace ~
 \InsetSpace ~
 unsigned char hob1,
- hob2; 
+ hob2;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-unsigned int how1, how2; 
+unsigned int how1, how2;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
-hob1 = (gint >> 8) & 0xFF; 
+hob1 = (gint >> 8) & 0xFF;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-hob2 = glong >> 24; 
+hob2 = glong >> 24;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 how1 = (glong >> 16) & 0xFFFF;
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
-how2 = glong >> 8; 
+how2 = glong >> 8;
 \newline
 \InsetSpace ~
 \InsetSpace ~
 ..
+
 \newline
 }
 \end_layout
@@ -35605,7 +35605,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  91 ;\InsetSpace ~
- hob.c 15 
+ hob.c 15
 \newline
 0037 85*01*06\InsetSpace ~
 \InsetSpace ~
@@ -35629,7 +35629,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_hob1_1_1,(_gint + 1) 
+ _foo_hob1_1_1,(_gint + 1)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -35658,7 +35658,7 @@ will generate the following code:
 \InsetSpace ~
  93 ;\InsetSpace ~
  hob.c
- 16 
+ 16
 \newline
 003A 85*05*07\InsetSpace ~
 \InsetSpace ~
@@ -35682,7 +35682,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_hob2_1_1,(_glong + 3) 
+ _foo_hob2_1_1,(_glong + 3)
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -35710,7 +35710,7 @@ will generate the following code:
 \InsetSpace ~
 \InsetSpace ~
  95 ;\InsetSpace ~
- hob.c 17 
+ hob.c 17
 \newline
 003D 85*04*08\InsetSpace ~
 \InsetSpace ~
@@ -35735,7 +35735,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_how1_1_1,(_glong + 2) 
+ _foo_how1_1_1,(_glong + 2)
 \newline
 0040 85*05*09\InsetSpace ~
 \InsetSpace ~
@@ -35760,7 +35760,7 @@ will generate the following code:
  mov\InsetSpace ~
 \InsetSpace ~
  (_foo_how1_1_1 +
- 1),(_glong + 3) 
+ 1),(_glong + 3)
 \newline
 0043 85*03*0A\InsetSpace ~
 \InsetSpace ~
@@ -35784,7 +35784,7 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- _foo_how2_1_1,(_glong + 1) 
+ _foo_how2_1_1,(_glong + 1)
 \newline
 0046 85*04*0B\InsetSpace ~
 \InsetSpace ~
@@ -35809,11 +35809,11 @@ will generate the following code:
 \InsetSpace ~
  mov\InsetSpace ~
 \InsetSpace ~
- (_foo_how2_1_1 + 1),(_glong + 2) 
+ (_foo_how2_1_1 + 1),(_glong + 2)
 \end_layout
 
 \begin_layout Standard
-Again, variations of these cases may 
+Again, variations of these cases may
 \emph on
 not
 \emph default
@@ -35851,7 +35851,7 @@ Peephole Optimizer
 \begin_layout Standard
 The compiler uses a rule based, pattern matching and re-writing mechanism
  for peep-hole optimization.
- It is inspired by 
+ It is inspired by
 \emph on
 copt
 \emph default
@@ -35860,7 +35860,7 @@ copt
 @\InsetSpace ~
 microsoft.com).
  A default set of rules are compiled into the compiler, additional rules
- may be added with the 
+ may be added with the
 \emph on
 -
 \begin_inset ERT
@@ -35889,11 +35889,11 @@ status collapsed
 \begin_layout Verse
 
 \family typewriter
-replace { 
+replace {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-mov %1,a 
+mov %1,a
 \newline
 \InsetSpace ~
 \InsetSpace ~
@@ -35920,7 +35920,7 @@ The above rule will change the following assembly
 \begin_layout Verse
 
 \family typewriter
-mov r1,a 
+mov r1,a
 \newline
 mov a,r1
 \end_layout
@@ -35936,7 +35936,7 @@ mov r1,a
 \end_layout
 
 \begin_layout Standard
-Note: All occurrences of a 
+Note: All occurrences of a
 \emph on
 %n
 \emph default
@@ -35947,7 +35947,7 @@ Note: All occurrences of a
 \begin_layout Verse
 
 \family typewriter
-mov r1,a 
+mov r1,a
 \newline
 mov a,r2
 \end_layout
@@ -35958,7 +35958,7 @@ will remain unmodified.
 
 \newline
 Other special case optimizations may be added by the
- user (via 
+ user (via
 \emph on
 -
 \begin_inset ERT
@@ -35982,28 +35982,28 @@ status collapsed
 
 \end_inset
 
- allow only 
+ allow only
 \family typewriter
 ajmp
 \family default
- and 
+ and
 \family typewriter
 acall
 \family default
 .
- The following two rules will change all 
+ The following two rules will change all
 \family typewriter
 ljmp
 \family default
- and 
+ and
 \family typewriter
 lcall
 \family default
- to 
+ to
 \family typewriter
 ajmp
 \family default
- and 
+ and
 \family typewriter
 acall
 \end_layout
@@ -36011,7 +36011,7 @@ acall
 \begin_layout Verse
 
 \family typewriter
-replace { lcall %1 } by { acall %1 } 
+replace { lcall %1 } by { acall %1 }
 \newline
 replace { ljmp %1 } by { ajmp %1 }
 \end_layout
@@ -36045,7 +36045,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-The 
+The
 \emph on
 inline-assembler code
 \emph default
@@ -36066,7 +36066,7 @@ The syntax for a rule is as follows:
 \family typewriter
 rule := replace [ restart ] '{' <assembly sequence> '
 \backslash
-n' 
+n'
 \newline
 \InsetSpace ~
  \InsetSpace ~
@@ -36084,7 +36084,7 @@ n'
  \InsetSpace ~
  '}' by '{' '
 \backslash
-n' 
+n'
 \newline
 \InsetSpace ~
  \InsetSpace ~
@@ -36104,7 +36104,7 @@ n'
  \InsetSpace ~
  <assembly sequence> '
 \backslash
-n' 
+n'
 \newline
 \InsetSpace ~
  \InsetSpace ~
@@ -36122,7 +36122,7 @@ n'
  \InsetSpace ~
  '}' [if <functionName> ] '
 \backslash
-n' 
+n'
 \end_layout
 
 \begin_layout Standard
@@ -36145,19 +36145,19 @@ The optimizer will apply to the rules
 \begin_layout Verse
 
 \family typewriter
-replace restart { 
+replace restart {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-pop %1 
+pop %1
 \newline
 \InsetSpace ~
 \InsetSpace ~
-push %1 } by { 
+push %1 } by {
 \newline
 \InsetSpace ~
 \InsetSpace ~
-; nop 
+; nop
 \newline
 }
 \end_layout
@@ -36171,11 +36171,11 @@ Note that the replace pattern cannot be a blank, but can be a comment line.
 \begin_layout Verse
 
 \family typewriter
-pop ar1 
+pop ar1
 \newline
-pop ar2 
+pop ar2
 \newline
-push ar2 
+push ar2
 \newline
 push ar1
 \end_layout
@@ -36187,9 +36187,9 @@ would result in:
 \begin_layout Verse
 
 \family typewriter
-pop ar1 
+pop ar1
 \newline
-; nop 
+; nop
 \newline
 push ar1
 \end_layout
@@ -36206,7 +36206,7 @@ with
 \begin_layout Verse
 
 \family typewriter
-; nop 
+; nop
 \newline
 ; nop
 \end_layout
@@ -36220,21 +36220,21 @@ A conditional function can be attached to a rule.
 \begin_layout Verse
 
 \family typewriter
-replace { 
+replace {
 \newline
 \InsetSpace ~
  \InsetSpace ~
  \InsetSpace ~
-ljmp %5 
+ljmp %5
 \newline
 %2:
 \newline
-} by { 
+} by {
 \newline
 \InsetSpace ~
  \InsetSpace ~
  \InsetSpace ~
-sjmp %5 
+sjmp %5
 \newline
 %2:
 \newline
@@ -36243,22 +36243,22 @@ sjmp %5
 
 \begin_layout Standard
 The optimizer does a look-up of a function name table defined in function
+
 \emph on
 callFuncByName
 \emph default
- in the source file SDCCpeeph.c, with the name 
+ in the source file SDCCpeeph.c, with the name
 \emph on
 labelInRange
 \emph default
 .
  If it finds a corresponding entry the function is called.
  Note there can be no parameters specified for these functions, in this
- case the use of 
+ case the use of
 \emph on
 %5
 \emph default
- is crucial, since the function 
+ is crucial, since the function
 \emph on
 labelInRange
 \emph default
@@ -36266,10 +36266,10 @@ labelInRange
 g the variable bindings is passed as a parameter).
  If you want to code more such functions, take a close look at the function
  labelInRange and the calling mechanism in source file SDCCpeeph.c.
- Currently implemented are 
+ Currently implemented are
 \emph on
 labelInRange, labelRefCount, labelIsReturnOnly, operandsNotSame, xramMovcOption,
- 24bitMode, portIsDS390, 24bitModeAndPortDS390 
+ 24bitMode, portIsDS390, 24bitModeAndPortDS390
 \emph default
 and
 \emph on
@@ -36314,11 +36314,11 @@ ANSI-Compliance
 \end_layout
 
 \begin_layout Standard
-The latest publically available version of the standard 
+The latest publically available version of the standard
 \emph on
 ISO/IEC 9899 - Programming languages - C
 \emph default
- should be available at: 
+ should be available at:
 \begin_inset LatexCommand \url{http://www.open-std.org/jtc1/sc22/wg14/www/standards.html#9899}
 
 \end_inset
@@ -36338,7 +36338,7 @@ functions are not reentrant
 
 \end_inset
 
- unless explicitly declared as such or the 
+ unless explicitly declared as such or the
 \series bold
 -
 \begin_inset ERT
@@ -36388,33 +36388,33 @@ structures
 
 \family typewriter
 struct s { ...
- }; 
+ };
 \newline
-struct s s1, s2; 
+struct s s1, s2;
 \newline
-foo() 
+foo()
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-s1 = s2 ; /* is invalid in SDCC although allowed in ANSI */ 
+s1 = s2 ; /* is invalid in SDCC although allowed in ANSI */
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \newline
@@ -36428,27 +36428,27 @@ struct
 \series default
  s parms) /* invalid in SDCC although allowed in ANSI */
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 struct s rets;
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-return rets; /* is invalid in SDCC although allowed in ANSI */ 
+return rets; /* is invalid in SDCC although allowed in ANSI */
 \newline
 }
 \end_layout
@@ -36494,7 +36494,7 @@ struct s { char x
 
 \end_inset
 
-' precision floating point 
+' precision floating point
 \begin_inset LatexCommand \index{Floating point support}
 
 \end_inset
@@ -36515,19 +36515,19 @@ Old K&R style
 \begin_layout Verse
 
 \family typewriter
-foo(i,j) /* this old style of function declarations */ 
+foo(i,j) /* this old style of function declarations */
 \newline
 int i,j; /* is valid
- in ANSI but not valid in SDCC */ 
+ in ANSI but not valid in SDCC */
 \newline
-{ 
+{
 \newline
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 ...
+
 \newline
 }
 \end_layout
@@ -36569,7 +36569,7 @@ inline
  int increment (int a) { return a+1; } /* inlines the increment without
  function call overhead */
 \newline
-int * 
+int *
 \series bold
 restrict
 \begin_inset LatexCommand \index{inline (not supported)}
@@ -36584,7 +36584,7 @@ restrict
 \end_deeper
 \begin_layout Itemize
 Certain words that are valid identifiers in the standard may be reserved
- words in SDCC unless the 
+ words in SDCC unless the
 \series bold
 -
 \begin_inset ERT
@@ -36661,7 +36661,7 @@ Cyclomatic complexity of a function is defined as the number of independent
  code in a function.
  Large functions can have low complexity, and small functions can have large
  complexity levels.
+
 \newline
 
 \newline
@@ -36803,12 +36803,12 @@ More information is available on SDCC Wiki
 
 \end_inset
 
- (preliminary link 
+ (preliminary link
 \begin_inset LatexCommand \url{http://sdcc.wiki.sourceforge.net/SDCC+internals+and+porting}
 
 \end_inset
 
-) and in the thread 
+) and in the thread
 \begin_inset LatexCommand \url{http://sf.net/mailarchive/message.php?msg_id=13954144}
 
 \end_inset
@@ -36838,7 +36838,7 @@ The anatomy of the compiler
 
 \shape italic
 This is an excerpt from an article published in Circuit Cellar Magazine
- in 
+ in
 \series bold
 August 2000
 \series default
@@ -36853,7 +36853,7 @@ per friendly), but pretty well exposes the guts of it all.
 The current version of SDCC can generate code for Intel 8051 and Z80 MCU.
  It is fairly easy to retarget for other 8-bit MCU.
  Here we take a look at some of the internals of the compiler.
+
 \end_layout
 
 \begin_layout Paragraph*
@@ -36862,7 +36862,7 @@ Parsing
 
 \end_inset
 
+
 \end_layout
 
 \begin_layout Standard
@@ -36969,7 +36969,7 @@ The register allocation determines the type and number of registers needed
  basic block being processed, if there are any found then it will push that
  operand and use the registers in this block, the operand will then be popped
  at the end of the basic block.
+
 \end_layout
 
 \begin_layout Standard
@@ -36996,7 +36996,7 @@ Figure II gives a table of iCode
  example, the z80 port does not use registers to pass parameters so the
  SEND and RECV iCode operations will not be generated, and it also does
  not support JUMPTABLES.
+
 \newline
 
 \end_layout
@@ -37004,7 +37004,7 @@ Figure II gives a table of iCode
 \begin_layout Standard
 
 \size footnotesize
-Figure II 
+Figure II
 \begin_inset Tabular
 <lyxtabular version="3" rows="39" columns="4">
 <features islongtable="true" headBottomDL="true">
@@ -37094,7 +37094,7 @@ IC_LEFT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-NOT operation 
+NOT operation
 \end_layout
 
 \end_inset
@@ -37140,7 +37140,7 @@ IC_LEFT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Bitwise complement of 
+Bitwise complement of
 \end_layout
 
 \end_inset
@@ -37416,7 +37416,7 @@ IC_LEFT()
 \begin_layout Standard
 
 \size footnotesize
-Pop the operand from the stack 
+Pop the operand from the stack
 \end_layout
 
 \end_inset
@@ -37462,7 +37462,7 @@ IC_LEFT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Call the function represented by IC_LEFT 
+Call the function represented by IC_LEFT
 \end_layout
 
 \end_inset
@@ -37554,7 +37554,7 @@ IC_LEFT()
 \begin_layout Standard
 
 \size footnotesize
-Return the value in operand IC_LEFT 
+Return the value in operand IC_LEFT
 \end_layout
 
 \end_inset
@@ -37589,7 +37589,7 @@ LABEL
 \begin_layout Standard
 
 \size footnotesize
-IC_LABEL() 
+IC_LABEL()
 \end_layout
 
 \end_inset
@@ -37635,7 +37635,7 @@ GOTO
 \begin_layout Standard
 
 \size footnotesize
-IC_LABEL() 
+IC_LABEL()
 \end_layout
 
 \end_inset
@@ -37749,7 +37749,7 @@ Subtraction
 \begin_layout Standard
 
 \size footnotesize
-IC_RESULT = IC_LEFT - IC_RIGHT 
+IC_RESULT = IC_LEFT - IC_RIGHT
 \end_layout
 
 \end_inset
@@ -37784,7 +37784,7 @@ IC_LEFT() IC_RIGHT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Multiplication 
+Multiplication
 \end_layout
 
 \end_inset
@@ -37968,7 +37968,7 @@ IC_LEFT() IC_RIGHT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Greater than 
+Greater than
 \end_layout
 
 \end_inset
@@ -38014,7 +38014,7 @@ IC_LEFT() IC_RIGHT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Equal to 
+Equal to
 \end_layout
 
 \end_inset
@@ -38049,7 +38049,7 @@ AND_OP
 \begin_layout Standard
 
 \size footnotesize
-IC_LEFT() IC_RIGHT() IC_RESULT() 
+IC_LEFT() IC_RIGHT() IC_RESULT()
 \end_layout
 
 \end_inset
@@ -38071,7 +38071,7 @@ Logical and operation
 \begin_layout Standard
 
 \size footnotesize
-IC_RESULT = IC_LEFT && IC_RIGHT; 
+IC_RESULT = IC_LEFT && IC_RIGHT;
 \end_layout
 
 \end_inset
@@ -38095,7 +38095,7 @@ OR_OP
 \begin_layout Standard
 
 \size footnotesize
-IC_LEFT() IC_RIGHT() IC_RESULT() 
+IC_LEFT() IC_RIGHT() IC_RESULT()
 \end_layout
 
 \end_inset
@@ -38106,7 +38106,7 @@ IC_LEFT() IC_RIGHT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Logical or operation 
+Logical or operation
 \end_layout
 
 \end_inset
@@ -38117,7 +38117,7 @@ Logical or operation
 \begin_layout Standard
 
 \size footnotesize
-IC_RESULT = IC_LEFT || IC_RIGHT; 
+IC_RESULT = IC_LEFT || IC_RIGHT;
 \end_layout
 
 \end_inset
@@ -38141,7 +38141,7 @@ IC_RESULT = IC_LEFT || IC_RIGHT;
 \begin_layout Standard
 
 \size footnotesize
-IC_LEFT() IC_RIGHT() IC_RESULT() 
+IC_LEFT() IC_RIGHT() IC_RESULT()
 \end_layout
 
 \end_inset
@@ -38187,7 +38187,7 @@ IC_RESULT = IC_LEFT ^ IC_RIGHT;
 \begin_layout Standard
 
 \size footnotesize
-IC_LEFT() IC_RIGHT() IC_RESULT() 
+IC_LEFT() IC_RIGHT() IC_RESULT()
 \end_layout
 
 \end_inset
@@ -38198,7 +38198,7 @@ IC_LEFT() IC_RIGHT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Bitwise OR 
+Bitwise OR
 \end_layout
 
 \end_inset
@@ -38244,7 +38244,7 @@ IC_LEFT() IC_RIGHT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Bitwise AND 
+Bitwise AND
 \end_layout
 
 \end_inset
@@ -38290,7 +38290,7 @@ IC_LEFT() IC_RIGHT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Left shift 
+Left shift
 \end_layout
 
 \end_inset
@@ -38301,7 +38301,7 @@ Left shift
 \begin_layout Standard
 
 \size footnotesize
-IC_RESULT = IC_LEFT << IC_RIGHT 
+IC_RESULT = IC_LEFT << IC_RIGHT
 \end_layout
 
 \end_inset
@@ -38347,7 +38347,7 @@ Right shift
 \begin_layout Standard
 
 \size footnotesize
-IC_RESULT = IC_LEFT >> IC_RIGHT 
+IC_RESULT = IC_LEFT >> IC_RIGHT
 \end_layout
 
 \end_inset
@@ -38384,7 +38384,7 @@ IC_LEFT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Indirect fetch 
+Indirect fetch
 \end_layout
 
 \end_inset
@@ -38419,7 +38419,7 @@ POINTER_SET
 \begin_layout Standard
 
 \size footnotesize
-IC_RIGHT() IC_RESULT() 
+IC_RIGHT() IC_RESULT()
 \end_layout
 
 \end_inset
@@ -38524,7 +38524,7 @@ IC_COND IC_TRUE IC_LABEL
 \size footnotesize
 Conditional jump.
  If true label is present then jump to true label if condition is true else
- jump to false label if condition is false 
+ jump to false label if condition is false
 \end_layout
 
 \end_inset
@@ -38535,11 +38535,11 @@ Conditional jump.
 \begin_layout Standard
 
 \size footnotesize
-if (IC_COND) goto IC_TRUE; 
+if (IC_COND) goto IC_TRUE;
 \newline
 \InsetSpace ~
 \InsetSpace ~
-Or 
+Or
 \newline
 If (!IC_COND) goto IC_FALSE;
 \end_layout
@@ -38576,7 +38576,7 @@ IC_LEFT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Address of 
+Address of
 \end_layout
 
 \end_inset
@@ -38668,7 +38668,7 @@ IC_RIGHT() IC_LEFT() IC_RESULT()
 \begin_layout Standard
 
 \size footnotesize
-Cast types 
+Cast types
 \end_layout
 
 \end_inset
@@ -38714,7 +38714,7 @@ IC_LEFT()
 \begin_layout Standard
 
 \size footnotesize
-This is used for passing parameters in registers; 
+This is used for passing parameters in registers;
 \newline
 move IC_LEFT to the next
  available parameter register.
@@ -38766,7 +38766,7 @@ IC_RESULT()
 This is used for receiving parameters passed in registers;
 \newline
 Move the values
- in the next parameter register to IC_RESULT 
+ in the next parameter register to IC_RESULT
 \end_layout
 
 \end_inset
@@ -38822,11 +38822,11 @@ None
 \shape slanted
 \size footnotesize
 see f.e.
+
 \family typewriter
 gen51Code()
 \family default
- in 
+ in
 \family typewriter
 src/mcs51/gen.c
 \end_layout
@@ -38846,7 +38846,7 @@ src/mcs51/gen.c
 status collapsed
 
 \begin_layout Standard
-In the original article Figure II was announced to be downloadable on 
+In the original article Figure II was announced to be downloadable on
 \shape italic
 Circuit Cellar
 \shape default
@@ -38925,13 +38925,13 @@ int j ;
 11.\InsetSpace ~
 \InsetSpace ~
 while (*x) *x++
- = *p++; 
+ = *p++;
 \newline
 12.\InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
 \InsetSpace ~
-sum = 0 ; 
+sum = 0 ;
 \newline
 13.\InsetSpace ~
 \InsetSpace ~
@@ -39042,7 +39042,7 @@ Operand Name [lr live-from : live-to ] { type information } [ registers
 
 \newline
 As mentioned earlier the live ranges are computed in terms of the execution
- sequence number of the iCodes, for example 
+ sequence number of the iCodes, for example
 \newline
 the iTemp0 is live from (i.e.
  first defined in iCode with execution sequence number 3, and is last used
@@ -39116,7 +39116,7 @@ Sample.c(5:2:1:0) proc _function [lr0:0]{function short}
 \begin_layout Standard
 
 \size footnotesize
-Sample.c(11:3:2:0) iTemp0 [lr3:5]{_near * int}[r2] = recv 
+Sample.c(11:3:2:0) iTemp0 [lr3:5]{_near * int}[r2] = recv
 \end_layout
 
 \begin_layout Standard
@@ -39414,7 +39414,7 @@ _function:
 \begin_layout Standard
 
 \size footnotesize
-; iTemp0 [lr3:5]{_near * int}[r2] = recv 
+; iTemp0 [lr3:5]{_near * int}[r2] = recv
 \end_layout
 
 \begin_layout Standard
@@ -39680,13 +39680,13 @@ mov @r0,ar3
 \begin_layout Standard
 
 \size footnotesize
-; iTemp6 [lr5:16]{_near * int}[r0] = 
+; iTemp6 [lr5:16]{_near * int}[r0] =
 \end_layout
 
 \begin_layout Standard
 
 \size footnotesize
-; iTemp6 [lr5:16]{_near * int}[r0] + 
+; iTemp6 [lr5:16]{_near * int}[r0] +
 \end_layout
 
 \begin_layout Standard
@@ -39888,7 +39888,7 @@ jnc 00107$
 \begin_layout Standard
 
 \size footnotesize
-; iTemp2 [lr18:40]{short}[r2] = iTemp2 [lr18:40]{short}[r2] + 
+; iTemp2 [lr18:40]{short}[r2] = iTemp2 [lr18:40]{short}[r2] +
 \end_layout
 
 \begin_layout Standard
@@ -39962,7 +39962,7 @@ mov r1,a
 \begin_layout Standard
 
 \size footnotesize
-; iTemp11 [lr19:40]{short}[r3] = iTemp11 [lr19:40]{short}[r3] + 
+; iTemp11 [lr19:40]{short}[r3] = iTemp11 [lr19:40]{short}[r3] +
 \end_layout
 
 \begin_layout Standard
@@ -40311,7 +40311,7 @@ Thanks to all the other volunteer developers who have helped with coding,
 \newline
 
 \emph on
-Thanks to Sourceforge 
+Thanks to Sourceforge
 \begin_inset LatexCommand \url{http://www.sf.net}
 
 \end_inset
@@ -40342,7 +40342,7 @@ All product names mentioned herein may be trademarks
 \end_inset
 
  of their respective companies.
+
 \end_layout
 
 \begin_layout Section*
index e950c5800ae4f118f7519cc6661b917558659176..b9d4175a6e5a35d302441237f08049ec58b94765 100644 (file)
@@ -2044,8 +2044,28 @@ computeType (sym_link * type1, sym_link * type2,
   return rType;
 }
 
+int
+comparePtrType (sym_link * dest, sym_link * src, bool bMustCast)
+{
+  int res;
+
+  if (IS_VOID (src->next) && IS_VOID (dest->next))
+    return 1;
+  if ((IS_VOID (src->next) && !IS_VOID (dest->next)) ||
+      (!IS_VOID (src->next) && IS_VOID (dest->next)) )
+    return -1;
+  res = compareType (dest->next, src->next);
+  if (res == 1)
+    return bMustCast ? -1 : 1;
+  else if (res == -2)
+    return -2;
+  else
+    return 0;
+}
+
 /*--------------------------------------------------------------------*/
-/* compareType - will do type check return 1 if match, -1 if castable */
+/* compareType - will do type check return 1 if match, 0 if no match, */
+/*               -1 if castable, -2 if only signedness differs        */
 /*--------------------------------------------------------------------*/
 int
 compareType (sym_link * dest, sym_link * src)
@@ -2071,15 +2091,7 @@ compareType (sym_link * dest, sym_link * src)
                 return -1;
               if (IS_FUNC (dest->next) && IS_VOID(src->next))
                 return -1;
-              if (IS_VOID (src->next) && IS_VOID (dest->next))
-                return 1;
-              if ((IS_VOID (src->next) && !IS_VOID (dest->next)) ||
-                  (!IS_VOID (src->next) && IS_VOID (dest->next)) )
-                return -1;
-              if (compareType (dest->next, src->next) == 1)
-                return 1;
-              else
-                return 0;
+              return comparePtrType(dest, src, FALSE);
             }
 
           if (DCL_TYPE (src) == DCL_TYPE (dest))
@@ -2088,15 +2100,7 @@ compareType (sym_link * dest, sym_link * src)
                 {
                   //checkFunction(src,dest);
                 }
-              if (IS_VOID (src->next) && IS_VOID (dest->next))
-                return 1;
-              if ((IS_VOID (src->next) && !IS_VOID (dest->next)) ||
-                  (!IS_VOID (src->next) && IS_VOID (dest->next)) )
-                return -1;
-              if (compareType (dest->next, src->next) == 1)
-                return 1;
-              else
-                return 0;
+              return comparePtrType(dest, src, FALSE);
             }
           if (IS_PTR (dest) && IS_GENPTR (src) && IS_VOID(src->next))
             {
@@ -2107,10 +2111,7 @@ compareType (sym_link * dest, sym_link * src)
                ((DCL_TYPE(src) == POINTER) && (DCL_TYPE(dest) == IPOINTER))
              ))
             {
-              if (compareType (dest->next, src->next))
-                return -1;
-              else
-                return 0;
+              return comparePtrType(dest, src, TRUE);
             }
           if (IS_PTR (dest) && IS_ARRAY (src))
             {
@@ -2182,7 +2183,7 @@ compareType (sym_link * dest, sym_link * src)
     return -1;
 
   if (SPEC_USIGN (dest) != SPEC_USIGN (src))
-    return -1;
+    return -2;
 
   return 1;
 }