Omnimaga

Calculator Community => TI Calculators => ASM => Topic started by: SirCmpwn on January 09, 2011, 07:56:42 pm

Title: Running a TI-Basic Program
Post by: SirCmpwn on January 09, 2011, 07:56:42 pm
Hello,
How would this be accomplished via z80 assembly?
Title: Re: Running a TI-Basic Program
Post by: jnesselr on January 09, 2011, 08:20:08 pm
There is a bcall for it. I believe it is what BasicBuilder uses. I can't remember the exact bcall, but I'm sure wikiti has it.
Title: Re: Running a TI-Basic Program
Post by: thepenguin77 on January 09, 2011, 10:00:54 pm
ParseInp (http://education.ti.com/calculators/downloads/US/Software/Download/en/177/6585/83psysroutines.pdf#page=427). Have fun :D (page 427 if it doesn't auto redirect you, google chrome isn't cooperating)
Title: Re: Running a TI-Basic Program
Post by: SirCmpwn on January 09, 2011, 10:15:39 pm
Thanks!