]> git.sur5r.net Git - cc65/commit
Some basic support for the 65C02 CPU.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 14 Jun 2000 08:18:19 +0000 (08:18 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 14 Jun 2000 08:18:19 +0000 (08:18 +0000)
commit114bc5a3706c91758583df69e87507efee23806f
tree33455b77f757aa83d348c9a30e3d63e850875195
parentf1feae3a97cc737664a0aa25583efb8f759debd7
Some basic support for the 65C02 CPU.
Use the command line module from common/ and support long options.
Rename the include module to incpath (as in the assembler).

git-svn-id: svn://svn.cc65.org/cc65/trunk@67 b7a2c559-68d2-44c3-8de9-860c34a00d81
16 files changed:
src/cc65/codegen.c
src/cc65/compile.c
src/cc65/cpu.c [new file with mode: 0644]
src/cc65/cpu.h [new file with mode: 0644]
src/cc65/include.c [deleted file]
src/cc65/include.h [deleted file]
src/cc65/incpath.c [new file with mode: 0644]
src/cc65/incpath.h [new file with mode: 0644]
src/cc65/io.c
src/cc65/io.h
src/cc65/main.c
src/cc65/make/gcc.mak
src/cc65/make/watcom.mak
src/cc65/optimize.c
src/cc65/preproc.c
src/cc65/scanner.c