Re: A89: Suggestion: A simple C compiler


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

Re: A89: Suggestion: A simple C compiler




What really needs to be done is to edit TI's ROM and add a built-in assembler.  Otherwise, when the
calc crashes from you program, you won't have the assembler on your calc anymore.  The assembler
needs to be in some sort of non-volatile RAM, so that if the calc crashes, you can still access your
assembler.  The mem expander would work great if the driver for it was included in ROM...

And all of this isn't even touching compiling times on the ~10Mhz processor...

-Miles Raymond

-----Original Message-----
From: Nathan Mueller <nlmueller@students.wisc.edu>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Thursday, December 17, 1998 3:56 PM
Subject: Re: A89: Suggestion: A simple C compiler


>>Hi,
>>
>>I would like to know if one or more programmers would like to start a
>>simple C compiler designed for the 68000 processor.
>>I think it should be extremely useful, this would allow bigger programs
>>to be made easier for TI 92/92+ and TI 89.
>>I think it should not really compile, but produce a .asm file, so that
>>the programmer can still optimise it if he wants.
>>I wouldn't have enough time to program it (and I'm not good enough),
>>that's why I would like others to make it, anyway I could participate to
>>this project, giving ideas, etc.. if some people want to make it
>
>Look at http://www.geocities.com/CapeCanaveral/Hangar/8076/CS/cc.html.
>What I think would be much more useful though is a on-calculator assembler
>or emulator.  I wrote one in BASIC during calc, but it was slow, had a poor
>interface and did MIPS assembly, not m68k.  Maybe after finals get done
>I'll get around to porting it...
>
> --Nate


Follow-Ups: