0 Members and 3 Guests are viewing this topic.
Link to the latest version please...Thanks!
Quote from: ScoutDavid on October 31, 2010, 05:20:46 pmLink to the latest version please...Thanks!Thankshttp://myserverathome.com/Tokens.zip
I'm planning to write a program that will compile Axe source to z80 assembly code. That way it could be optimized, edited, etc.
Good, glad to hear it. Can this program also compile pure TI-BASIC as well? I think that would be really useful.
Quote from: Qwerty.55 on October 31, 2010, 08:54:58 pmGood, glad to hear it. Can this program also compile pure TI-BASIC as well? I think that would be really useful.You mean a TI-BASIC to TI-ASM compiler? It's a lot harder than a language like Axe. There's a version of it on ticalc but it doesn't work.
Quote from: Deep Thought on October 31, 2010, 09:33:45 pmQuote from: Qwerty.55 on October 31, 2010, 08:54:58 pmGood, glad to hear it. Can this program also compile pure TI-BASIC as well? I think that would be really useful.You mean a TI-BASIC to TI-ASM compiler? It's a lot harder than a language like Axe. There's a version of it on ticalc but it doesn't work.I can't imagine why it would be harder to translate the syntax. The interpreter doesn't do much more than Axe with respect to that. Sure, the way the instructions are handled in RAM is different than a native ASM program, but I'd take an 8kb limit in BASIC if it brought even part of the speed of compiled ASM to it.