From 6a9ab1a69a5906aef8448d4b0424485bf947bfba Mon Sep 17 00:00:00 2001 From: Greg King Date: Sun, 25 Aug 2013 00:58:27 -0400 Subject: [PATCH] Added a little more info about how CBM program-chaining works. --- libsrc/cbm/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5