--- In [email protected], "dnvpraveen" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am writing c code for ATMEL 8051 core in ANSI c. we are using KEIL > compiler for it. I want to test my c code and improve my programming > skills. Can any one suggest the software tool that can test my c code > for runtime errors?
PC-Lint from Gimpelsoft is great for spotting errors before you actually run your program. And of course use the highest warning level your compiler offers. What sort of output does your system support? That is, can you use printf() for debugging, and if not, what are your options? John
