Let's say I have this BASIC program:
10 bload"foo.bin",r 20 other BASIC stuff... 30 ...
I'd like to cleanly exit the BASIC program from foo.bin if something bad happens inside. I can't do a PEEK() test after line 10 as RAM might be erased / corrupted after the bload"foo.bin",r.
Any idea ?
Aangemeld of registreer om reacties te plaatsen