From: jesusc Date: Thu, 5 Jun 2003 19:10:27 +0000 (+0000) Subject: In section 5.1, it is 80 bytes, not 60 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=221f7eededa2ed55317a44bfd4f7c0fc70147867;p=fw%2Fsdcc In section 5.1, it is 80 bytes, not 60 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2670 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 11ed4c7f..fb16655a 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -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