From: Greg King Date: Sun, 25 Aug 2013 04:58:27 +0000 (-0400) Subject: Added a little more info about how CBM program-chaining works. X-Git-Tag: V2.15~236^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a9ab1a69a5906aef8448d4b0424485bf947bfba;p=cc65 Added a little more info about how CBM program-chaining works. --- diff --git a/libsrc/cbm/exec.c b/libsrc/cbm/exec.c index 302115c17..dec2e0080 100644 --- a/libsrc/cbm/exec.c +++ b/libsrc/cbm/exec.c @@ -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