Quote Originally Posted by jderson View Post
Thanks Joe. I commented out the offending line, and also the "T" line in the "Reenter" program. It now tries to assemble, but comes back saying "unknown processor 16f689". I removed the line at the top of my program about the WDT, but it still does the same thing. How does it know I'm using a 16f689?
Because you selected that processor in Microcode Studio, up at the top. When it compiles it includes the appropriate files for that processor. Oh and this too @ DEVICE pic16f689,wdt_off,
Note: you must use the MPASM assembler with Darrel's includes.