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.