I hope you will be doing well. I need the compiler for ATMEL's uController 89c51. Kindly send me the link to download it free of cost.
Do you need C Compiler or assembler?
But let me mention one more thing that the compiler must point out that in which line of code has an error and what kind of error it has???
Compiler / Assembler mostly point to syntex errors. If your code has logical errors, no compiler can point it out.
And also mention how to compile the code for that compiler???
For this, you will have to learn yourself by reading the manuals/documentation of particular compiler / assembler.
[quote]I hope you will be doing well. I need the compiler for ATMEL's uController 89c51. Kindly send me the link to download it free of cost.[/quote]
Do you need C Compiler or assembler?
[quote]But let me mention one more thing that the compiler must point out that in which line of code has an error and what kind of error it has??? [/quote]
Compiler / Assembler mostly point to syntex errors. If your code has logical errors, no compiler can point it out.
[quote]And also mention how to compile the code for that compiler??? [/quote]
For this, you will have to learn yourself by reading the manuals/documentation of particular compiler / assembler.