[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any way to pause an EXEC?
OIC -- I misread the first post as if you wanted a simple way to pause
the execution (which you can also do with CTRL-S as well, like you do
to slow a catalog.
You might want to change where basic loads programs to avoid clobbering
the EXEC buffer. If you move applesoft to, say, $2001 or so then it
might give you some more breathing room, e.g.:
POKE 103,1
POKE 104,32
POKE 16384,0
LOAD PROGRAM1
...