Convert C to TI-83 assembly source

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.
The process is called cross-compiling. Perhaps you could Google that.
Do you know of any cross-compilers that can do this?
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.