A86: Re: _findsym, other var detection


[Prev][Next][Index][Thread]

A86: Re: _findsym, other var detection




$8000-$bfff, I believe.  AFAK, it always uses $4000-$7fff for code (like
when you call a rom routine it swaps the correct page there, then swaps back
page D) and $8000-$bfff for data.  It would have been very helpful for me if
you could make it use $4000, as my current project has all my data at $8000
(ram page 1), but unfortunately it won't...

(of course, I haven't tested it thoroughly, this is just what Dux/Clem/Kirk
have told me...)


>
> Do variable manipulation routines such as _findsym, _findAlphaUp, etc.
swap
> pages into $4000-$7fff or $8000-$bfff?
>
> My guess is $8000-$bfff, but I'm not sure.
>
>



References: