atari-2.html
来自「cc65 的编译器文档」· HTML 代码 · 共 35 行
HTML
35 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20"> <TITLE>Atari specific information for cc65: Binary format</TITLE> <LINK HREF="atari-3.html" REL=next> <LINK HREF="atari-1.html" REL=previous> <LINK HREF="atari.html#toc2" REL=contents></HEAD><BODY><A HREF="atari-3.html">Next</A><A HREF="atari-1.html">Previous</A><A HREF="atari.html#toc2">Contents</A><HR><H2><A NAME="s2">2.</A> <A HREF="atari.html#toc2">Binary format</A></H2><P>The standard binary output format generated by the linker for theAtari target is a machine language program with a standard executableheader (FF FF <start address> <end address>). These values arecalculated in the crt0.s file from the __CODE_LOAD__ and __BSS_LOAD__values, so keep this in mind if you create a custom linker config fileand start moving segments around. You can override this behaviour bycreating your own crt0.s file and linking it into your program. A runvector is added to the end of the file ($02E0 <run vector>)and is calculated using __CODE_LOAD__ in crt0.s also.</P><HR><A HREF="atari-3.html">Next</A><A HREF="atari-1.html">Previous</A><A HREF="atari.html#toc2">Contents</A></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?