A86: Re: wierd stuff


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

A86: Re: wierd stuff



The stuff on the screen is restored from text memory when you push on. Guess what - that's probably where you put your variables. So... before exiting the program you must first set the flag so that text memory is written to, and then clear the screen. Like this:
    set appTextSave,(iy+appflags)
    call _clrScrn
 
I'm not sure if that "set" line is right, double-check it in ti86asm.inc.
 
=== 
 
Kirk Meyer
_@ibm.net