]> git.gag.com Git - fw/sdcc/commitdiff
Added description for .mem, .a51 and aomf51 files
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 23 May 2003 17:23:27 +0000 (17:23 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 23 May 2003 17:23:27 +0000 (17:23 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2643 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/sdccman.lyx

index b915fcef280736b1e8bfed6bb83b74976ae027ff..b54f3d70de15ee7b723a6cd8182bf0cf3d841ff4 100644 (file)
@@ -3266,11 +3266,19 @@ sourcefile.rel - Object file created by the assembler, input to Linkage editor
 \newline 
 sourcefile.map - The memory map for the load module, created by the Linker
 \newline 
+sourcefile.mem - A file with a summary of the memory ussage
+\newline 
 sourcefile.ihx - The load module in Intel hex format (you can select the
  Motorola S19 format with ---out-fmt-s19)
 \newline 
+sourcefile.adb - An intermediate file containing debug information needed
+ to create the .cdb file (with ---debug) 
+\newline 
 sourcefile.cdb - An optional file (with ---debug) containing debug information
 \newline 
+sourcefile. - (no extension) An optional AOMF51 file containing debug
+ information (with ---debug)
+\newline 
 sourcefile.dump* - Dump file to debug the compiler it self (with ---dumpall)
  (see section 
 \begin_inset Quotes sld