Re: [PIC] Learning C
Jason White <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.pic |
|---|---|
| Message-ID | <CAOFvGD67_KCCeX6FbX6oviFaX5WMV+yMDhOpE43=084nr+wMJA@mail.gmail.com> |
Also, and learning about "debug symbols" and how to disable compiler optimizations (because the compiler can and will change your code if optimizations are enabled! it can inline and reorder functions, remove no-op type operations, unroll loops, etc.) -- Jason White