Click to See Complete Forum and Search --> : C to Registers-based machine


misiaq87
January 25th, 2010, 06:57 AM
Hi!

Is there any compiler which is make binary code, compatible with RAM Machine from C code?

I mean, standard C compilers, compile program for stack-based machines, i want to produce code for something like Turing Machine (RAM Machine).

I know something about yacc, but maybe there is any compiler? After producing code, i could convert it to mnemonics recognized by my machine.

Thanks, for any advices.