*** empty log message ***
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Mar 2000 23:21:37 +0000 (23:21 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 5 Mar 2000 23:21:37 +0000 (23:21 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@165 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/random-notes.txt

index 7ec7b844360766bc4d3be06153ed9848ae74db0d..75ec188c6a2b235926ef9c4370fe744159c53d49 100644 (file)
@@ -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 _<port>_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.