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