Viitor_cc65/usr/share/doc/cc65/webdoc/cc65-3.html
kueller 223cc6685e Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_cc65@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

34 lines
1.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20">
<TITLE>cc65 Users Guide: Input and output</TITLE>
<LINK HREF="cc65-4.html" REL=next>
<LINK HREF="cc65-2.html" REL=previous>
<LINK HREF="cc65.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="cc65-4.html">Next</A>
<A HREF="cc65-2.html">Previous</A>
<A HREF="cc65.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3.</A> <A HREF="cc65.html#toc3">Input and output</A></H2>
<P>The compiler will accept one C file per invocation and create a file with
the same base name, but with the extension replaced by ".s". The output
file contains assembler code suitable for the use with the ca65 macro
assembler.</P>
<P>In addition to the paths named in the <CODE>-I</CODE> option on the command line, the
directory named in the environment variable <CODE>CC65_INC</CODE> is added to the
search path for include files on startup.</P>
<HR>
<A HREF="cc65-4.html">Next</A>
<A HREF="cc65-2.html">Previous</A>
<A HREF="cc65.html#toc3">Contents</A>
</BODY>
</HTML>