PDA

View Full Version : want to use MPASM...



mbox
- 18th October 2008, 16:27
Hello everyone,
I got this error "Cannot open file include File Pic16F877A not found". Any idea what I must do?
My program is to blink a led, using pic16F877a.
loop:
High 0
PAUSE 500
Low 0
PAUSE 500

GOTO loop
END

Thanks

mackrackit
- 19th October 2008, 02:47
Can you give a little more info? Compiler used, settings, and the whole code.

mbox
- 19th October 2008, 11:35
hello mccrackit,
Im using microcode studio and trying to use the assmbler mpasm but I mannaully locate the folder of mpasm and it solved my problem.

thanks:D