Re: A92: Execute a TI-BASIC program
[Prev][Next][Index][Thread]
Re: A92: Execute a TI-BASIC program
>> Is this possible in a fargo program to *execute* a TI-Basic program?
>This is NOT possible...
>This is due to the way ti programs are handled. Ti programs are tokenized
so
>that they may be interpreted. No assembly code is generated during this
>process. Thus, to "execute " a ti program, one would need the adress of the
>subroutine which is in charge of controling the error checking and the
>execution of a program.
So if we have the adress of the subroutine in charge of interpreting TiBasic
files (maybe $421E62), it could be possible!