[A83] Re: Back to the home screen


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

[A83] Re: Back to the home screen




You might want to try jumping to the address that is returned to after a normal
asm program returns (just thought of it and it might not work, but....)

you can use the following program to find the address:

.org progstart
 pop hl
 push hl
 bcall(_disphl)
 
 ret

then convert the displayed number to hex, and you got the address....

 
> 
> Thanks a lot for those values of various menu's (very
> usefull), but that doesn' seem to work. writing $40
> (=home) to $815B does not affect where the TI-OS is
> after the interrupt ended. The only thing I can do
> is to check where I am at the moment. And also the
> bit 5 of the plotflags to see if you're in the prgm
> menu. When I reset this bit, the TI-OS does not quit
> the menu. The cursor stuff does actually work. (It
> gives a weird effect when a cursor appears in a menu!!)
> So I can use some help to really get to the home screen.
> 
>       SUCKER
> 
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> 
> 





Follow-Ups: References: