Re: A83: Re: Fresh News


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

Re: A83: Re: Fresh News




Just shut up :-)

There is no chip for executing BASIC instructions, it is all part of the
ROM. All programs consists of tokens which describes which function to call,
and all the parameters to it. The ROM then has one function which display a
string of tokens and one which executes one. When a string is executed the
function reads one token  and then calls the function which corresponds to
the token. After the function returns the next token is read.

Dines
----- Original Message -----
From: James Matthews <jjj@matthewsfamily.fsnet.co.uk>
To: <assembly-83@lists.ticalc.org>
Sent: 30. oktober 1999 10:14
Subject: Re: A83: Re: Fresh News


>
> Too damn right!! =)...
>
> Am I right in thinking that there is a chip in the calculator for TI-BASIC
> purposes? I was reading the SDK, and I got the impression that there is a
> TI-BASIC chip! Am I right, or should I just shut up? =)
>
> James.
>
> > That's what I meant by converts as it goes along, oh well. Guess the
BASIC
> > programmers will just have to learn ASM!
>
>
>



Follow-Ups: References: