Added generation of C output.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5607 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-03-11 12:38:54 +00:00
parent b599fe5793
commit 6d0d1575a6
7 changed files with 286 additions and 19 deletions

View File

@@ -43,24 +43,6 @@
/*****************************************************************************/
/* Data */
/*****************************************************************************/
enum OutputFormat {
ofAuto = -1, /* Auto detect */
ofAsm, /* Output assembler source */
ofBin, /* Output raw binary format */
ofCount /* Number of output formats without ofAuto */
};
typedef enum OutputFormat OutputFormat;
/*****************************************************************************/
/* Code */
/*****************************************************************************/