add note about down load

This commit is contained in:
Joshua Bell 2018-03-05 21:30:13 -08:00
parent 53dcca3bfc
commit ad3fc74d36
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,9 @@
A short (8k) loader program. This is responsible for copying
the rest to a RAM card (if available), then invoking the main app.
NOTE: The second half may be used for "Down load", i.e. copy
Selector entries to RAMCard as well.
## DESKTOP2.$F1
This is large - 111k. It includes a loader and the DeskTop app with

View File

@ -910,6 +910,9 @@ prodos_loader_blocks:
.assert * = $3000, error, "Segment length mismatch"
;;; SPECULATION: This copies Selector entries marked
;;; "Down load" / "At boot" to the RAMCard as well
.proc part2
jsr SLOT3ENTRY
jsr HOME