At 14:35 21/08/98 -0400, you wrote: >Hello, >I've been following this list for about a week now and have decided to >take my first steps in becoming a pic programmer. I've started with the >pic16c715 as my first chip and I've purchased pcm, an inexpensive pic >c cross-compiler for dos. > >I have already gotten stuck on my first program for the pic :( >I'm attempting to make two lights blink off and on forever. Here's >my short c program: > >#include <16c715.h> >#use delay(clock=20000000) #use standard_io(A) Ricardo Seixas