Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Firmware Question

Options
  • 02-06-2002 10:28am
    #1
    Registered Users Posts: 1,226 ✭✭✭


    I was just wondering what programming languge is used for firmware? Is their a specific language? Thanks


Comments

  • Registered Users Posts: 430 ✭✭timod


    Apple uses open-firmware (IEEE1275) http://playground.sun.com/1275/
    it uses "forth" as it's firmware language. (to get to the interpretter, boot up holding cmd-opt-o-f)

    Sparc processers too use IEEE1275 (called openboot) and hence forth.

    AFAIK, forth can be used with lot's of precessers

    Not sure about x86.


  • Closed Accounts Posts: 423 ✭✭Dizz


    x86 - Assembly baby oooh yea! C is used in places where performance is not critical

    Dizz


  • Closed Accounts Posts: 76 ✭✭photty


    C is the most popular language for embedded applications. Yes, assembly is used quite a bit but I've been working in the embedded domain for a few years and not written any asm. CPP is making steady advances too.

    Anyways, the concepts (multi-tasking, using isr's, fsm design) are far more important than the language used. Excellent site is http://www.embedded.com/columns/bc


Advertisement