cc65-1.html
来自「cc65 的编译器文档」· HTML 代码 · 共 43 行
HTML
43 行
<!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: Overview</TITLE> <LINK HREF="cc65-2.html" REL=next> <LINK HREF="cc65.html#toc1" REL=contents></HEAD><BODY><A HREF="cc65-2.html">Next</A>Previous<A HREF="cc65.html#toc1">Contents</A><HR><H2><A NAME="s1">1.</A> <A HREF="cc65.html#toc1">Overview</A></H2><P>cc65 was originally a C compiler for the Atari 8-bit machines written byJohn R. Dunning. In prior releases I've described the compiler by listingup the changes made by me. I have made many more changes in the meantime(and rewritten major parts of the compiler), so I will no longer do that,since the list would be too large and of no use to anyone. Instead I willdescribe the compiler in respect to the ANSI/ISO C standard. In fact, I'mplanning a complete rewrite (that is, a complete new compiler) for thenext release, since there are too many limitations in the current code,and removing these limitations would mean a rewrite of many more parts ofthe compiler.</P><P>There is a separate document named "library.txt" that covers the libraryavailable for the compiler. If you know C and are interested in doingactual programming, the library documentation is probably of much more usethan this document.</P><P>If you need some hints for getting the best code out of the compiler, youmay have a look at "coding.txt" which covers some code generation issues.</P><HR><A HREF="cc65-2.html">Next</A>Previous<A HREF="cc65.html#toc1">Contents</A></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?