CompuServe Thread

AmigaBASIC workaround

1 messages in this thread
#75875From: Ed SilvaJul 11, 1987 12:39 AM
A better aproach is to have a 'LOADER' like… CLEAR ,3000 CLEAR ,YourMemorySize LOAD "YourProgram",r END MSB 1.1 had a bug with memory management but MSB 1.2 has fixet (i think…) but if you use this trick you will make sure that your program has ALL the memory it needs… Ed Silva