Quote Originally Posted by robertpeach View Post
ahh also to check since i couldnt find it online, it says on picbasic pro manual i can change what processor im coding for, using some -p command.

it doesnt make any reference to the 18f series... is this because its just an old manual? so i can still just type:

pbp -p18f2431 NameOfFile
Yes, but that is for command line work. If you are running windows and use Micro Code Studio or MPLAB for an IDE to write and compile your programs you probably will not need to worry about it.

But here is an example
PBPL -e -ampasmwin -p18F4550 test.bas