From adc200ac2a9b94ff624e0942961b5766f8787cf4 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sun, 5 Mar 2000 23:21:37 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@165 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- doc/random-notes.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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. -- 2.30.2