-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
So far in all our debugging, we've had two sessions where the Apple II was stable enough to try to LOAD
and then RUN
a program.
We even got Apple Bowling and Apple Startrek to seemingly load in from cassette, but we encountered issues:
- If we
LIST
the program contents eventually you just see repeating data likeHIMEM HIMEM HIMEM 0 HIMEM
etc. - If we
RUN
the program, we run into issues like an error on line 50, where it has aGOTO
to like line18560
, then when we try toLIST 18560
, it's just blank. Indicating maybe not the whole program loads into memory. - We also tried Apple I blackjack, and some other programs from Apple II cassette preservation sites (see Catalog all Apple II cassettes / disks #9), but those would give
ERR
or other erroneous responses.
So this issue's goal is simple: Get a program to load in, in any way, from cassette, diskette, or maybe if necessary, hand-typing the whole thing!
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done