A86: Re: Assembly-86 Digest V1 #848
[Prev][Next][Index][Thread]
A86: Re: Assembly-86 Digest V1 #848
it's not at the beginning of the program, it's at the end and it is the $ff
character. you can do it manually: at the end of your program add the
following code:
:Stop
:? <- that's supposed to be the ascii code with a value of $ff which the
ti86 doesn't recognize so it crashes out of the editing (not crashing the
calculator...just exiting from the editor because it encountered an
un-translatable character...it couldn't assign that token a value)
jimi
PS: insert this using the ti85 program charput.85s...email me if you don't
have it
<<<Is there any way that you could find out the hex that graphlink puts at
the beginning of Basic progs to lock them? That way you could type in a
hex code on the first line of ur prog which would lock it.
~Nick>>>