We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have executed all the cases for a switch case. Covered all the statements also. Still I am not getting 100% code coverage in switch case implementation. Any idea about what extra codes are generated by assembler ??
My remote code viewing skills have diminished in the absence of CIA funding..
The C51 compilers/linkers do a lot of optimization and code folding/reuse, and have finite dead code elimination abilities. Perhaps you could discuss your specific issue with the Keil support staff?