PDA

View Full Version : "?" marks in assembled code



picnik
- 26th March 2007, 19:31
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

Darrel Taylor
- 26th March 2007, 20:37
Here's a little info on it.

http://www.picbasic.co.uk/forum/showpost.php?p=2009&postcount=3

.

picnik
- 26th March 2007, 21:03
i feel alot more confident now thanks to you and this forum