This chapter involves some detailed analysis of the instructions. It will involve describing what the instruction should do and so predict the result of the instruction. It will then explain how you can single step through the program while watching the variables to see if the result is what we predicted. This chapter will also look at one of the very powerful debug facilities of the MPLABX IDE.
Pointers; what they are and how to initialize them and ...