... .. ... 005 53 ( 008 55 / 011 45 y^x 014 75 - 017 54 ) 020 42 STO
003 76 2nd Lbl 006 43 RCL 009 01 1 012 53 ( 015 43 RCL 018 54 ) 021 25 25
004 75 - 007 25 25 010 00 0 013 08 8 016 26 26 019 59 2nd Int ... .. ...
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.