??? I was wondering if anyone knew if this compiler would be able to change C to assembly or hex for the programming of an 8051 microprocessor. I am new to this, but I know C and I know Assembly, but C is so much easier when writing a long program.
Quote from: mufflers_28 on February 02, 2011, 02:08:38 AM
??? I was wondering if anyone knew if this compiler would be able to change C to assembly or hex for the programming of an 8051 microprocessor. I am new to this, but I know C and I know Assembly, but C is so much easier when writing a long program.
Pelles C can't produce code for an 8051 processor. But you can try SDCC (You find it at http://sdcc.sourceforge.net/) ;)