From: sandeep Date: Sun, 5 Mar 2000 23:21:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=adc200ac2a9b94ff624e0942961b5766f8787cf4;p=fw%2Fsdcc *** empty log message *** git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@165 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/random-notes.txt b/doc/random-notes.txt index 7ec7b844..75ec188c 100644 --- a/doc/random-notes.txt +++ b/doc/random-notes.txt @@ -1,8 +1,23 @@ Random notes ------------ - A random set of notes about sdcc and how it works. +Sandeep: +-------- +Adding memory maps for AVR, setup default map for +local & global variables in port.h will be initialised +by the __finaliseOptions() [good functions]..some +kludges remain because of the "overlay" segment for 8051. + +The memory segment stuff will have to be made more flexible. +Currently there does not seem to be a 1-to-1 correspondence +between storage class & memory map. (should there be??). + +Also Added check for memory map in SDCCmem.c allocLocal +and allocglobal for "eeprom" memory space (AVR). + + + Michael: -------- Tracing parmBytes and function calls.