A86: Re: Re: a few questions that I have


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

A86: Re: Re: a few questions that I have




_flushallmenus closes any open menus.  If you run a program from the
homescreen, the program or custom menu will be open (most likely).  They
will stay on the screen and interfere if you try to print text on the 7th or
8th line.

The best code to read, IMHO, would be ZTetris or Sqrxz.  They are both well
optimized, bug free, and will teach you lots of tricks about z80.  They are
longer than 10 pages, but what else are you going to do in class?  ;-)

-----Original Message-----
From: Cheetah17@aol.com <Cheetah17@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Wednesday, October 28, 1998 5:38 PM
Subject: A86: Re: a few questions that I have


>
>Thanks for the help.
>
>> What version of tic tac toe are you looking at?  I really hope it isn't
>> mine, I wrote that in the first 4 days I really learned asm, so the code
is
>> very bad.  But if you want some commented, beginner code, that's it...
>
>Yes, I was looking at yours. Is there another version of tic tac toe?
>
>> You might want to include a call to _flushallmenus at the start as well,
or
>>  will run into trouble if they run it from the home screen.  My mailer is
>
>What does _flushallmenus do? And I was just looking for some short assembly
>programs that I could print out to look at at school. Can you recommend
>anything better (preferably under ten pages, but not necessarily)?
>
>--Adam Newhouse
>  Cheetah17@aol.com