Re: 86 Basic to ASM


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

Re: 86 Basic to ASM



 Jeff Tyrrill wrote in article ...
>It seems that if you just made a p-code generator, it wouldn't help the
speed,
>and the size difference would be offset by the p-code interpreter on the
>calculator. Also, whatever compiling/interpreting method you use, you
would
>have to be able to make calls to the built-in interpreter to execute
TI-BASIC
>code generated during runtime (such as a mathematical expression entered
at an
>INPUT command).

HAL isn't a p-code interpreter.  It generates Z-80 machine language.  You
could add a 100% m/l library to do floating point functions such as
parsing/executing an expression at runtime.

Tom Lake


References: