]> git.sur5r.net Git - cc65/blobdiff - doc/cbm610.sgml
Added some more detail to the "Binary format" section of the CBM docs.
[cc65] / doc / cbm610.sgml
index 8e2ac2ce908c7a61b5300759ed479fa77b03a28b..55893cabfa58b300e3860c99a92b1215bbf21c90 100644 (file)
@@ -38,9 +38,10 @@ a builtin monitor).
 
 <sect>Binary format<p>
 
-The standard binary output format generated by the linker for the CBM610
-target is a machine language program with a short BASIC stub. This means that
-a program can be loaded as BASIC program and started with RUN. It is of course
+The standard binary output format generated by the linker for the Commodore
+610 target is a machine language program with a one line BASIC stub, which     
+transfers control to the machine language running in bank 1. 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.
 
@@ -254,7 +255,7 @@ The program return code (low byte) is passed back to BASIC by use of the
 <tt/ST/ variable.
 
 
-<sect1>Interrupts<p>
+<sect1>Interrupt handlers<p>
 
 The runtime for the Commodore 610 uses routines marked as <tt/.CONDES/ type 2
 for interrupt handlers. Such routines must be written as simple machine