A86: Re: non-ROM-related topic


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

A86: Re: non-ROM-related topic




Along the same lines as this, but dealing with strings if you look at Dux's
game zblitz you will find that when you save your game as a string it will
not appear in the string location under the catalog/variables menu.  Nor
will it show up under the mem delete screen.  But look at the ram screen...
wow we have strings.  The reason for this is that dux created a string with
a char that you can't use for a header "!"  Everything is done the same
though in his code the only difference is that his string header is "!"  I
am not sure how you would do this for a program, however it can be done with
a string... thus i am sure you could do it.  Good luck!
Dave
_____________________________________________
ACZ
assembly coders zenith member
e-mail: scheltem@aaps.k12.mi.us
ICQ #16817590
-----Original Message-----
From: Cassady Roop <croop@oregontrail.net>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Monday, November 16, 1998 5:26 PM
Subject: A86: non-ROM-related topic


>
>If I were to create a new program variable, with an illegal character as
>the first character of its name, would it not show up in the prgm menu?
>By illegal character I mean something that you can not type in with the
>keyboard or char menu.
>
>And enough with the ROM stuff;  we're just nit-picking.  You know we're
>all criminals anyway. :)
>