The Museum of HP Calculators

HP Forum Archive 18

[ Return to Index | Top of Index ]

OT: Great Texas TI 58/59 Compiler.
Message #1 Posted by gileno on 1 Mar 2008, 11:06 p.m.

TI58/59 Compiler Link

Texas TI 58C/59 Lives! :-)

      
Re: OT: Great Texas TI 58/59 Compiler.
Message #2 Posted by HrastProgrammer on 2 Mar 2008, 2:07 a.m.,
in response to message #1 by gileno

Thanks. Very interesting work!

      
Re: OT: Great Texas TI 58/59 Compiler.
Message #3 Posted by Namir on 2 Mar 2008, 1:57 p.m.,
in response to message #1 by gileno

Very interesting!!!

Namir

      
Re: OT: Great Texas TI 58/59 Compiler.
Message #4 Posted by Stefan Vorkoetter on 3 Mar 2008, 1:02 a.m.,
in response to message #1 by gileno

I had written a little perl script, asm35, that did (a subset of) something very similar for HP 35s programs. Although the line number addressing of the 35s is great in that it frees up labels, it's a pain to keep track of line numbers while initially writing a program.

My "compiler" lets me use symbolic labels, much as one would use in assembly language (hence the name "asm35"), and figures out the line numbers as it compiles. The output is an HTML file, which I included directly in my web pages (for example, http://www.stefanv.com/calculators/hp35s_curve_fitting.html).

Stefan

            
Re: OT: Great Texas TI 58/59 Compiler.
Message #5 Posted by Paul Dale on 3 Mar 2008, 3:28 p.m.,
in response to message #4 by Stefan Vorkoetter

The output of your script looks quite a bit like the output from my 35s assembler albeit mine produces text output...

Mine is written in C and anybody who wants a copy of the source just ask...

- Pauli


[ Return to Index | Top of Index ]

Go back to the main exhibit hall