I have pic kit2 and dimo boad. and I have mastered asambly somewhat with it. I have run some asamby programs with my demo boad succesfully. but simple pbp program compiled with micro code plus, do not work. my my pic is 16f877a, with 20mhz oscilater. the program is below
loop: high port.b
pause 500
low port.b
pause 500
goto loop
end