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.

what is difference complier and assembler

Status
Not open for further replies.

vead

Full Member level 5
Joined
Nov 27, 2011
Messages
285
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
india
Activity points
3,815
hello,
i know micro controller are programmed by software
i want to know the example of compiler , programmer ,assembler
what is basic difference between compiler and assembler
 

Assembler, just performs a direct translation from pseudo machine language code to binary code.
In that language, you give exactly the instructions to microcontroller execute.

Compiler, performs a conversion from a high-level language, first to a pseudo machine language, an finnally to a binary code.


+++
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top