In section 5.1, it is 80 bytes, not 60
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 5 Jun 2003 19:10:27 +0000 (19:10 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 5 Jun 2003 19:10:27 +0000 (19:10 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2670 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/sdccman.lyx

index 11ed4c7f6f451f1af75b4ae9bd67c095c62aba09..fb16655a4a1e58f9e1975ef006b493771a63a1c3 100644 (file)
@@ -11450,7 +11450,7 @@ The 8051 family of microcontrollers have a minimum of 128 bytes of internal
 \newline 
 - Bytes 20-2F - 16 bytes to hold 128 bit variables and, 
 \newline 
-- Bytes 30-7F - 60 bytes for general purpose use.
+- Bytes 30-7F - 80 bytes for general purpose use.
 \newline 
 
 \layout Standard
@@ -11506,7 +11506,7 @@ data
 \end_inset 
 
  grows, it will use up the remaining register banks, and the 16 bytes used
- by the 128 bit variables, and 60 bytes for general purpose use.
+ by the 128 bit variables, and 80 bytes for general purpose use.
  If any bit variables are used, the data variables will be placed after
  the byte holding the last bit variable.
  For example, if register banks 0 and 1 are used, and there are 9 bit variables