Move the segment handling stuff from objcode to a separate module

git-svn-id: svn://svn.cc65.org/cc65/trunk@2555 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-10-21 20:34:56 +00:00
parent c25385afa2
commit cb57a213eb
13 changed files with 751 additions and 643 deletions

View File

@@ -48,8 +48,8 @@
#include "error.h"
#include "filetab.h"
#include "global.h"
#include "objcode.h"
#include "listing.h"
#include "segment.h"