Author Topic: Running a TI-Basic Program  (Read 2332 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Running a TI-Basic Program
« on: January 09, 2011, 07:56:42 pm »
Hello,
How would this be accomplished via z80 assembly?

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Running a TI-Basic Program
« Reply #1 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.

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Running a TI-Basic Program
« Reply #2 on: January 09, 2011, 10:00:54 pm »
ParseInp. Have fun :D (page 427 if it doesn't auto redirect you, google chrome isn't cooperating)
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

SirCmpwn

  • Guest
Re: Running a TI-Basic Program
« Reply #3 on: January 09, 2011, 10:15:39 pm »
Thanks!