NO

Author Topic: 8051  (Read 2795 times)

mufflers_28

  • Guest
8051
« 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.

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: 8051
« Reply #1 on: February 04, 2011, 05:40:38 PM »
??? 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 ;)