Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The file is code protected, so it won't verify correctly - here's a version with the code protect turned OFF, try that.
BTW. I've purchased a JDM programmer from ebay and am going to test it with your software.
The JDM is a serial port programmer, my software only supports parallel port ones - I specifically didn't add serial because of the poor reliability of the JDM programmers.
Cheers Nigel. Not to worry. The PICKIT 3 seems to be behaving itself.
Could I call on your knowledge possibly one last time if possible?
Today in another fluke whilst working on a computer I lent to my brother, I came across the original lost model alarm I wanted to work with that I downloaded many moons ago but wasn't into PIC programming this (still not says you)
Anyway, I created a project in MPLAB (8.70), added in the linker file and ASM file but when I complied, it pops up errors in relation to a line :
while ($ & 7) != 0
Any idea as to why??
I've attached the ASM code
Many thanks
Declan
The full message is:
Debug build of project `D:\LMA\LMA3.mcp' started.
Language tool versions: MPASMWIN.exe v5.41, mplink.exe v4.39, mplib.exe v4.39
Preprocessor symbol `__DEBUG' is defined.
Sun Jun 12 23:02:14 2011
----------------------------------------------------------------------
Make: The target "D:\LMA\lma.o" is out of date.
Executing: "C:\Program Files\localapps\Microchip\MPASM Suite\MPASMWIN.exe" /q /p12F675 "lma.asm" /l"lma.lst" /e"lma.err" /o"lma.o" /d__DEBUG=1
Error[151] D:\LMA\LMA.ASM 366 : Operand contains unresolvable labels or is too complex
Error[151] D:\LMA\LMA.ASM 370 : Operand contains unresolvable labels or is too complex
Error[151] D:\LMA\LMA.ASM 374 : Operand contains unresolvable labels or is too complex
Error[151] D:\LMA\LMA.ASM 389 : Operand contains unresolvable labels or is too complex
Error[151] D:\LMA\LMA.ASM 411 : Operand contains unresolvable labels or is too complex
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `D:\LMA\LMA3.mcp' failed.
Language tool versions: MPASMWIN.exe v5.41, mplink.exe v4.39, mplib.exe v4.39
Preprocessor symbol `__DEBUG' is defined.
Sun Jun 12 23:02:17 2011
----------------------------------------------------------------------
BUILD FAILED