Re: A92: Hide Variables on TI


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

Re: A92: Hide Variables on TI




It's very simple :o)
You just have to write, in the folder table of your program, after the
program name $0010 to hide it.
so if your program is called 'foo' for example, in the folder table it must
be like this :

66 6F 6F 00 00 00 00 00    foo..... (8 bytes string)
then comes a word : that's the flags of the file
00 10 to hide it.
then there is a word : that's the program handle.

Just put hexview on your calc and go to handle C (the main folder) you'll
understand what i mean.

Fabian a écrit:

> Hi
>
> I have a problem: I need to fake an empty TI-92. Does anybody know how to
> hide programs so that they are still executable?
> Thanks for any answer.
> Gek



References: