Skip to content

Get Apple ][ to load and run a full program #24

@geerlingguy

Description

@geerlingguy

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 like HIMEM HIMEM HIMEM 0 HIMEM etc.
  • If we RUN the program, we run into issues like an error on line 50, where it has a GOTO to like line 18560, then when we try to LIST 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions