Re: A86: Closing menus


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

Re: A86: Closing menus




call _flushallmenus somewhere.

_flushallmenus  .equ $49DC

. wrote:

>  I wrote this little tic-tac-toe game to teach myself 86asm and had one problem (well, once I had it working...):  I only ran it from ASM(, but when pasting the name from the prog menu, the bottom two lines were cut off, like the menus stayed open.  It worked fine when typing tictac from a blank screen.
> It uses _puts to output text, so it looks like a TI-BASIC program.  Do you have to do anything to close menus when using the text-mode?  BTW, how does that work?  Is there a screen-mode change, or just call a separate function for the multi-width small font?
>
> Thanks in advance,
>
> /*
> David Phillips
> electrum@tfs.net
> */
>
>   ------------------------------------------------------------------------
>
>                     Name: tictac.asm
>    tictac.asm       Type: Assembly Source File (application/x-unknown-content-type-Asmide86.Document)
>                 Encoding: base64



--
Stephen Hicks
mailto:shicks@mindspring.com
ICQ:5453914
IRC/AIM:Kupopo
Hopemage:http://www.mindspring.com/~shicks/



References: