Re: BASIC > ASM
[Prev][Next][Index][Thread]
Re: BASIC > ASM
>Everything that actually runs on the computer is machine language. Basic
is
>running in machine language. Machine language instructions have a 1 to 1
>correspondance with ASM. They're essentially the same thing.
>
>So the program that translates Basic to ASM is the basic interpretter.
True but the Basic interpreter has to interpret each line as it's executed.
If you have a loop that's executed 5000 times, the interpreter has to do
5000 translations of each line in the loop. A compiler translates the
program once and from then on, you run the machine language directly rather
than having it interpreted each time you run it.
Tom Lake
ICQ #25589135
******************************************************************
* To UNSUBSCRIBE, send an email TO: listserv@lists.ppp.ti.com
* with a message (not the subject) that reads SIGNOFF CALC-TI
*
* Archives at http://peach.ease.lsoft.com/archives/calc-ti.html
******************************************************************
Follow-Ups:
References: