Which program, exactly are you talking about? There are several ones in this thread - is it one of them?
And what PIC are you aiming to use and have you selected that particular one in MicrocodeStudio?
/Henrik.
Which program, exactly are you talking about? There are several ones in this thread - is it one of them?
And what PIC are you aiming to use and have you selected that particular one in MicrocodeStudio?
/Henrik.
Hello Henrik , its the code just before my reply. The one by deodeo.
I am programming a 12F683 using PBPro , Microcode Studio , MPASM and Pickit2.
I have selected 12F683 in MicrocodeStudio.
Last edited by Hebemabo; - 23rd July 2021 at 15:31.
Just like DT's interrupt routines, you some times need to comment out a few lines in the include file
Look inside "SSPWM.inc"
Code:' --- IF any of these three lines cause an error ?? Simply Comment them out to fix the problem ---- wsave1 var byte $A0 SYSTEM ' location for W if in bank1 wsave2 var byte $120 SYSTEM ' location for W if in bank2 wsave3 var byte $1A0 SYSTEM ' location for W if in bank3 ' ------------------------------------------------------------------------------
Bookmarks