1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Added a little more info about how CBM program-chaining works.

This commit is contained in:
Greg King 2013-08-25 00:58:27 -04:00
parent 2d66c27462
commit 6a9ab1a69a

View 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>