c16-1.html
来自「cc65 的编译器文档」· HTML 代码 · 共 42 行
HTML
42 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20"> <TITLE>Commodore 16/116 specific information for cc65: Overview</TITLE> <LINK HREF="c16-2.html" REL=next> <LINK HREF="c16.html#toc1" REL=contents></HEAD><BODY><A HREF="c16-2.html">Next</A>Previous<A HREF="c16.html#toc1">Contents</A><HR><H2><A NAME="s1">1.</A> <A HREF="c16.html#toc1">Overview</A></H2><P>This file contains an overview of the C16 runtime system as it comes with thecc65 C compiler. It describes the memory layout, C16/116 specific headerfiles, available drivers, and any pitfalls specific to that platform.</P><P>Please note that C16 specific functions are just mentioned here, they aredescribed in detail in the separate <A HREF="funcref.html">function reference</A>. Even functions marked as "platform dependent" may be available onmore than one platform. Please see the function reference for moreinformation.</P><P>Since the C16/C116 and the Commodore Plus/4 are almost identical (the formerdon't have the 6551 ACIA and only 16KB of memory), the <A HREF="plus4.html">Plus/4 documentation</A> is also worth a look. Thedifference between both cc65 targets is that the Plus/4 runtime uses bankingto support full 64K RAM, while the C16 does not use banking and supports up to32K RAM. Because banking is not needed, most C16 programs will be somewhatsmaller than the same program compiled for the Plus/4. However, programs C16will always run on the Plus/4, while the reverse is not necessarily true.</P><HR><A HREF="c16-2.html">Next</A>Previous<A HREF="c16.html#toc1">Contents</A></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?