Added dump of segments

git-svn-id: svn://svn.cc65.org/cc65/trunk@239 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-07-30 19:51:33 +00:00
parent a63d35278c
commit f91833caef
3 changed files with 235 additions and 22 deletions

View File

@@ -57,6 +57,9 @@ void DumpObjOptions (FILE* F, unsigned long Offset);
void DumpObjFiles (FILE* F, unsigned long Offset);
/* Dump the source files */
void DumpObjSegments (FILE* F, unsigned long Offset);
/* Dump the segments in the object file */
/* End of dump.h */