Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by noobmaster

  1. N

    C Code to Assembly Language

    Hi Klaus, thanks for your reply. I'm currently needing to do this for a University piece of coursework and we're expected to just convert it ourselves, is there a way for this?
  2. N

    C Code to Assembly Language

    Hi, I'm a complete beginner but how would I do about translating this to assembly? f = 0; for (i=0; i<w; i++) { if (results >= 70) x = x + 1; else if(results >= 60) y = y + 1; else if(results >= 50) z = z + 1; else f = f + 1; }

Part and Inventory Search

Back
Top