Convert C to TI-83 assembly source

Nov 9, 2013 at 10:18pm
I know there are ways to convert C into different forms of assembly but is there a way to convert C into the type of assembly TI-83 calculators use? I think its z80 assembly.

I only need is to convert it into the source assembly file.
Nov 9, 2013 at 10:26pm
The process is called cross-compiling. Perhaps you could Google that.
Nov 9, 2013 at 10:50pm
Do you know of any cross-compilers that can do this?
Nov 10, 2013 at 3:40am
closed account (S6k9GNh0)
http://lmgtfy.com/?q=z80+C+compiler

Most compilers allow you to compile from C to assembly where they then have a separate program assemble that and yet another program to link it together.
Topic archived. No new replies allowed.