Introduce a C program IDE GTC who can be run ...

Introduce a C integrated development environment GTC who can be run on a TI-89T calculator directly

GTC is a miniature IDE that can run directly on the TI-89T calculator, support the full C programming language, of course, the compiled object file is executed under the TI-89T, in other words, you can directly in the calculation of programming device on your calculator, anytime, anywhere, extremely convenient.
GTC program can be downloaded in gtc.ti-fr.com, including the WINDOWS version (http://gtc.ti-fr.com/gtc-windows.zip), the calculator version (http://gtc.ti-fr. com / gtc-oncalc.zip), and source code (http://gtc.ti-fr.com/gtc-full.tar.bz2).
TIGCC the routine can compile normal the GTC calculator version passed so you can put it as TIGCC calculator implementation.

[A special note for the TI-89T]: used to compile the app process gtc.89k is not compatible with the TI-89T checksum mechanism, so from ticalc.net download a Flashappy program for your TI-89T to play a patch, Flashappy program address the following functional description:
http://www.ticalc.org/archives/files/fileinfo/413/41328.html
Direct download the following address:
http://www.ticalc.org/pub/89/asm/programs/flashappy.zip

Installation Instructions: Follow the instructions according to your calculator model corresponding to the bin directory under the file all sent to the calculator up, and then archive all the files, press F7 to check FlashApp GTC directory and compile a new source directory The TextEditor new calculator comes in the source directory a file called hello, and then archive it in the Var-Link interface, and finally in the home interface running main \ gtc_ide, () can be.

GTC executable app format gtc.89k, asm format gtc-ide.89z of run-time input in the home interface: the gtc_ide (), will start an IDE interface, the compiler automatically call gtc .89 k, generated after the link was compiled executable file called: outbin (), input to run directly on the home interface.

[Function keys
ESC: a pop-up file selection dialog
ESC: second out of the GTC program
F5: compile

This software is found under the guidance of the post:
http://fxesms.5d6d.net/thread-6690-1-2.html

你可能感兴趣的:(c,program,calc,ti-89,tigcc,GTC)