I am trying to get the simple program below running.

<code>
PIN0 VAR GPIO.0

start:
HIGH PIN0
PAUSE 500
LOW PIN0
PAUSE 500
GOTO Start
</code>

I am using PBP v2.47 / vMCS 3.0.0.5 / MPASM v5.14
This is the first time I have really used PBP. Although I have used ZBasic for years.

I have the MELabs Serial Programmer and can compile and flash the code ok, but when power is applied to the proper pins the pic does nothing.

Thanks,

Mike