I'm new to the TI programming platform. I hope to get some pointers on what's my best route for this.
I'm required to produce a series of arithmetic and graphing functions compatible across TI-83(p) and 84p models.
I was delighted to find a wealth of information available for this platform, but got overwhelmed by it. Also a lot of them are very old.
I believe BASIC isn't fit for my purpose.
The other option is z80 assembly. But I see there are three variants: nostub, Ion and MirageOS. Can I know if there are any differences between the three, especially considering the compatibility between above models. (I have a background of Microchip PIC development and find a considerable difference in the two assembly dialects.)
Also I've read about the z88dk C compiler, and would very much prefer to take this approach. But I'm not sure if the support for the TI platform is mature enough to be used by a person not knowing z80 assembly. Could any z88dk users comment on its reliability for the ti-8x platform.
Hmmm no answers. According to what I've seen z88dk is pretty useless. So there's no shying away from z80 asm. The Ion shell seems to fulfil the compatibility requirements: ti 83, 83+, 83se, 84+ and 84se.