[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to prevent My AppleSoft Basic Program Listing
Based on this listing...
http://macgui.com/usenet/?group=1&thread=76569&id=263968&start=0
I notice that there are some machine language routines loaded at $800 in
memory. This conflicts with the area of memory where the runtime code
resides for both TASC and the Einstein BASIC Compiler. This might be more
likely why it doesn't work. You would need to relocate, and/or probably
rewrite these routines to a different location in memory (or rewrite them in
BASIC) so as not to reside where the runtimes are located, unless the
compilers let you move the runtimes.
As noted before the shape table might also conflict with areas of memory.
hope this helps,
mmphosis