]> git.sur5r.net Git - cc65/commit
Added a separate output module that is used to manage the output file.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 23 Feb 2009 21:25:59 +0000 (21:25 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 23 Feb 2009 21:25:59 +0000 (21:25 +0000)
commit82b998117aac8b470e0250458b61d7e804c9ca93
tree4e41265edabff33ca6029f045753067a6f85ce6a
parentd352b85c87616e83b395d65d85f7d18f42d34453
Added a separate output module that is used to manage the output file.

Fixed the -E switch: Output was always sent to stdout and an empty assembler
output file was generated. Now the output is sent to either <inputstem>.i or
the file named in the -o option.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3955 b7a2c559-68d2-44c3-8de9-860c34a00d81
20 files changed:
src/cc65/asmcode.c
src/cc65/asmcode.h
src/cc65/codeent.c
src/cc65/codeent.h
src/cc65/codelab.c
src/cc65/codelab.h
src/cc65/codeseg.c
src/cc65/codeseg.h
src/cc65/compile.c
src/cc65/dataseg.c
src/cc65/dataseg.h
src/cc65/main.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/output.c [new file with mode: 0644]
src/cc65/output.h [new file with mode: 0644]
src/cc65/segments.c
src/cc65/segments.h
src/cc65/textseg.c
src/cc65/textseg.h