Studio Nibble : The Countlegger Archives : Volume 1 << Previous File | Next File >>

CRASH PROOF AE

      PREVENTING AE LINE CRASHING

    In order to prevent people from
crashing your AE Line, then carefully
follow these instructions....

    If you only want to try out this
solution, then do this:

BLOAD AE
CALL-151
Type tHis when you see this cursor(*):
31A0:4C 8D 18(hit return)
807G

Then you will go back into applesoft.
Now when you shut your computer off, 
this will not work any longer!!!  If 
you want to save this change on the AE
disk, then do this:

BLOAD AE
CALL-151
31A0:4C 8D 18
3D0G
BSAVE AE,A$807,L$5600

Then it will save it on the disk.....

For an Apple //e, the patch is a 
bit different:

BLOAD AE
CALL -151
3198:68 68 4C 8D 18
3D0G
BSAVE AE:A$807,L$5600

            The Perfeser