Viitor_cc65/usr/share/doc/cc65/webdoc/c128-2.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

31 lines
970 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.20">
<TITLE>Commodore 128 specific information for cc65: Binary format</TITLE>
<LINK HREF="c128-3.html" REL=next>
<LINK HREF="c128-1.html" REL=previous>
<LINK HREF="c128.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="c128-3.html">Next</A>
<A HREF="c128-1.html">Previous</A>
<A HREF="c128.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2.</A> <A HREF="c128.html#toc2">Binary format</A></H2>
<P>The standard binary output format generated by the linker for the C128 target
is a machine language program with a one line BASIC stub. This means that a
program can be loaded as BASIC program and started with RUN. It is of course
possible to change this behaviour by using a modified startup file and linker
config.</P>
<HR>
<A HREF="c128-3.html">Next</A>
<A HREF="c128-1.html">Previous</A>
<A HREF="c128.html#toc2">Contents</A>
</BODY>
</HTML>