Re: TIB: How does TI-BASIC work?
[Prev][Next][Index][Thread]
Re: TIB: How does TI-BASIC work?
=
>> 4.)Oh, one more thing I found out. While it may seem like your
saving 2
>> bytes by using STOP instead of RETURN, both commands are parsed to
1 hex
>> code, making them use exactly the same amount of bytes. I think
this is
>> true for other cammands.
>I'm pretty sure you are right about this, I think each TI-BASIC
command is the
>same amount of size, unless you need to add parameters (like Output,
rather
>than Disp).
>
>Rob Hornick
On the TI-82, each "token" or command is one byte, so there is up to
256 diferent tokens.
Philipp Keller