AmigaBASIC workaround
11-Jul-87 00:39:10
Sb: #75807-AmigaBASIC workaround
Fm: Ed Silva 70507,134
To: Charles Conlow 74116,3067
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