Re: A83: thanx..more int info
[Prev][Next][Index][Thread]
Re: A83: thanx..more int info
>> -Also, is there a way to run a prog from an asm prog (without
>having to
>>drop back to a TI-BASIC caller prog
>
>hmm, this is a tad difficult, the basic idea is: find the address of
>the
>variable and then call that address.
This would probably only work with squished programs because non-squished
programs are stored in ASCII, not the straight hex you would need to do
this. If you need to run a non-squished program, you probably need to
use the routines in the squish program to copy everything in the program
to a blank spot in RAM in the correct form, then call that.
References: