At 07:09 PM 7/5/99 -0400, you wrote: >I was wondering if there is a way to view variables used in my C code in >MPLAB in simulator? It's a bit of a pain to sit there and search through >the code to find out where the compiler put the variable I want to look at. You can use the "watch window" to keep track of the values of C variables. Works great. John Hansen