Hi, this my first post and i'm beginning to program my first pic 16f84.
I'm using microcode with pic pasic pro compiler the problem is that when i
compile a simple basic code, in the final asm file, i see question marks and
strange letters as shown below.
INCLUDE "BLINK.MAC"
INCLUDE "C:\PBP\PBPPIC14.LIB"


LABEL?L _loop
HIGH?C 000h
PAUSE?C 001F4h
LOW?C 001h
PAUSE?C 001F4h
GOTO?L _loop
END?

can anyone please help me