]> git.sur5r.net Git - cc65/commit
Allow access to the global segments. Place ".dbg file" statements into the
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 24 Aug 2001 15:03:10 +0000 (15:03 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 24 Aug 2001 15:03:10 +0000 (15:03 +0000)
commitb3af17126c3ac6178e45b090555bed5f34507eaf
tree38b49a73ee4ac9bb9ae30a4b2a6f3f86944c80af
parent229438fbf99f66f198c6711e742e3e9ab213485a
Allow access to the global segments. Place ".dbg file" statements into the
global text segments so they will appear before any of the ".dbg line"
statements emitted later.

git-svn-id: svn://svn.cc65.org/cc65/trunk@852 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/codegen.c
src/cc65/codeseg.c
src/cc65/codeseg.h
src/cc65/dataseg.c
src/cc65/dataseg.h
src/cc65/segments.c
src/cc65/segments.h
src/cc65/textseg.c
src/cc65/textseg.h