Re: A89: TI89 Compiler


[Prev][Next][Index][Thread]

Re: A89: TI89 Compiler




>Could someone point me in the direction of a compiler?

If you mean an assembler, download doors or plusshell and A68k is included.
If you're looking for a C-compiler, I don't know of any currently available,
although I do know of someone writing a linker so that we can use the GCC
compiler to write programs in C (a few more weeks. . .).

BTW, the difference between an assembler and a compiler is that an assembler
only converts ASM programs into object files, whereas a compiler converts a
high-level language such as BASIC or C++ into a program.