top of page

LINKS

These links are useful to setup T Compiler framework.

 

 

CYGWIN

 

Cygwin is a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows. It includes a C Compiler (gcc).

 

 

TI-58/59 CALCULATOR EMULATOR

 

This simulator runs under Android Operating System. It is a very convenient way to test your program before typing it on a real TI 59 calculator. On top, you can enjoy the power of a modern processor that runs definitely faster than the one embedded in your TI 59 (a four bit processor TMC0501).

 

 

FLEX & BISON TUTORIALS

 

For people who want to know more about compilers construction, here is the documentation I used (Flex & Bison chapters).

 

 

A TRIBUTE TO THE PIONEERS...

 

Design and implementation of a basic cross-compiler and virtual memory management system for the TI-59 programmable calculator (1983). A long time ago, some people already felt the need to use a high level language to improve productivity on TI 59. This material clearly highlights how important this calculator was.

C_COMPILER
bottom of page