Pelles C forum

C language => Beginner questions => Topic started by: mufflers_28 on February 02, 2011, 02:08:38 AM

Title: 8051
Post by: 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.
Title: Re: 8051
Post by: AlexN on February 04, 2011, 05:40:38 PM
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/) ;)