Re: A89: Re: Maybe some math programs?


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

Re: A89: Re: Maybe some math programs?




In a message dated 11/23/1998 4:19:06 PM Pacific Standard Time,
onpaws@geocities.com writes:

> There's a compiler that changes BASIC into ASM on the calculator? I don't
>  think so... I think you are confused...
>  

He meant the interpreter that runs BASIC programs.  That does not translate
the programs into asm.  It scans each line, and then calls its own subroutines
for each instruction.  That is why it runs so much slower.

Daniel Imfeld