Quote Originally Posted by mackrackit View Post
Which chip are you planning to start with?

What do you have for a programmer?
First project for PBP will be 16F1946 interface card for parallel port to steppers, also handling limit switches, homing and such. Past projects were based around 16f676 or 16f818

I am using ICD3 for my programmer/debugger.

Don't get me wrong, I am NOT looking for folks to write my program. I have all the pins defined. I don't have the board drawn up yet, I like to see if my pin assignments need to change for some reason.

Here is what I am looking for, in MPASM, I know I have to start with an include for the chip. then I always cblock ram, and .org the start of my program. from there its code away!

So I asume there are some basic must haves that will appear in the start of any PBP program. I will look over all the examples to start figuring this out.