On Sat, 30 Dec 1995, NEIL GANDLER wrote: > I am searching for a good book on programming with the PIC. I have > looked through the Microchip manual and embedded controller handbook. > Code examples are somewhat hard to follow. I have an idea of what > the commands are but thats about it. I want to start programming > this thing. I finally have my software flowchart completed. It is > figuring out the code that is becoming a huge obstacle. I > would appreciate any info or advice. > > Neil Gandler > I know this is going to sound strange, but if you have looked at the code examples and the instruction set, just dive in and start writing code. You will find code fragments in the manual that should let you do most of the basic things you need to do. I know that it looked rather daunting to me until I actually sat down and started dealing with the assembly language. It really is pretty simple. The assembly is MUCH simpler than doing 80x86 code. Roger (I would be willing to help but remember I only have about 5 hours experience programming at this time.)