A86: Re: re: homescreen or not?
[Prev][Next][Index][Thread]
A86: Re: re: homescreen or not?
Use state flags, they're much safer. On rom 1.3, the stack appears always
to be $fbee, but it would be different in an interrupt routine, and it very
well may be different in other rom versions. Use the state flag instead.
> you can probably tell whether the user is at the homescreen by checking
> the stack pointer position. the homescreen, i think, has a default stack
> pointer. that's so if you get some big error messages, no matter how
References: