A86: Re: Re: nomenus


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

A86: Re: Re: nomenus




Nah, that's not a bug.  All it does is to toggle the textwrite bit of
new_grf_flgs.  What this means is that the small font writes to _plotSScreen
(the graph screen) instead of $fc00 (video memory).  So yes, if you go to
the graph screen, you will see the text from the graph menu.

I found the program useful to tell those kids that always want to play games
on your calc that it is empty.  And it's fun to run on someone else's calc
as a joke.  So just run it before you turn it off (put it and the asm
command in the custom menu, or make a one letter basic program run it), and
if someone picks up your calc, they will find it useless (and if they were
going to steal it, might not).

-----Original Message-----
From: KidFedX@aol.com <KidFedX@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, October 20, 1998 4:40 PM
Subject: A86: Re: nomenus


>
>I think I ran into a problem with this nomenus thing, I was graphing
something
>(as you should use this thing for in math class) and the menu text wouldn't
>come off of the screen. So there's my graph -- I'm trying to trace and
there's
>words covering up my x and y stats.  I fixed this by resetting my defalts
(not
>the memory -- cause that's a bad thing).  So just letting you people know
that
>there's a potential bug in the program.
>--kid