News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

8051

Started by mufflers_28, February 02, 2011, 02:08:38 AM

Previous topic - Next topic

mufflers_28

 ??? 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.

AlexN

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/) ;)
best regards
Alex ;)