mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Rewriting the backend
git-svn-id: svn://svn.cc65.org/cc65/trunk@696 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8d8da4394e
commit
b28672246a
@ -6,7 +6,7 @@
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2000 Ullrich von Bassewitz */
|
/* (C) 2000-2001 Ullrich von Bassewitz */
|
||||||
/* Wacholderweg 14 */
|
/* Wacholderweg 14 */
|
||||||
/* D-70597 Stuttgart */
|
/* D-70597 Stuttgart */
|
||||||
/* EMail: uz@musoftware.de */
|
/* EMail: uz@musoftware.de */
|
||||||
@ -626,6 +626,9 @@ int main (int argc, char* argv[])
|
|||||||
OutputFile = MakeFilename (InputFile, ".s");
|
OutputFile = MakeFilename (InputFile, ".s");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Go! */
|
/* Go! */
|
||||||
Compile ();
|
Compile ();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user