[A83] Re: TI-83 Symbols


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

[A83] Re: TI-83 Symbols




  You can find romcalls for createreal, createstrng, etc. in squish.inc.
Documentation on most of these can be found in the 83+ sdk pdf.
  There are also some romcalls named createvar3, createpvar3, createpvar4
which may do something interesting.  If anyone knows what these do, I'd love
to know.

Brandon Sterner

----- Original Message -----
From: "Brian Laferriere" <bmagickle@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Monday, February 25, 2002 2:41 PM
Subject: [A83] TI-83 Symbols


>
> Does anyone know the romcall to create a symbol? I'm looking for the call
> that does the same thing as _createprog only it creates a symbol not a
> program. I am working on creating a program similar to attrib only for the
> 83. The only features I am working on are a protect/unprotect scheme (I
have
> this working) and a hiding scheme. I have several ideas for hiding, the
> first being the basic change the first character to an unprinting char.
The
> problem with that is I want it to be completely user-friendly (doesn't
> require a user input 1st char to unhide). I could also use different
> nonprinting chars as ID numbers (that reference the actual 1st char) but
> then the program is limited by the number of nonprinting chars. My most
> recent idea would be to copy the entire program into a symbol to hide,
then
> copy it back to unhide. I just don't know how practical speed and memory
> wise this would be. I would appreciate any help. Thanks in advance.
>
> Brian
>
>





References: