]> git.sur5r.net Git - cc65/commitdiff
Added a little more info about how CBM program-chaining works.
authorGreg King <gregdk@users.sf.net>
Sun, 25 Aug 2013 04:58:27 +0000 (00:58 -0400)
committerGreg King <gregdk@users.sf.net>
Sun, 25 Aug 2013 04:58:27 +0000 (00:58 -0400)
libsrc/cbm/exec.c

index 302115c176909bcc769b29f34d87c5383378dbe7..dec2e00801780ac6a9c14afc936c5dedde6446a5 100644 (file)
@@ -7,7 +7,7 @@
 ** It puts the desired program's name and unit number into a LOAD statement.
 ** Then, it points BASIC to that statement, so that the ROM will run that
 ** statement after this program quits.  The ROM will load the next program,
-** and execute it.
+** and will execute it (because the LOAD will be seen in a running program).
 */
 
 #include <fcntl.h>