I dont have microcode studio, just MPLab and a plain text editor..
I dont have microcode studio, just MPLab and a plain text editor..
Micro Code Studio ships with PBP. It is on your install CD.
Dave
Always wear safety glasses while programming.
Here is the configuration I have:
![]()
Did you notice that it selected the assembler from your recycle bin?
Also, it has been several years since I worked with the 16f88, but iirc it has at least one of the peripherals enabled by default. You must go through each and every pin used with the lcd and make sure it is configured to be a regular i/o pin, and not configured as a peripheral pin.
Yes I saw it refers to the recycling bin. although it does not find it automatically. and I do not know what to choose. The help file in the micro code studio is not very helpful in that regard.
k
by removing this line:
@ DEVICE pic16F88, INTRC_OSC, WDT_OFF, PWRT_OFF, BOD_OFF, MCLR_ON
the code compiles but does not create the hex file !!
k
MPASM should be C:\Program Files\Microchip\mpasm suitealthough it does not find it automatically. and I do not know what to choose.
or something like that.
Dave
Always wear safety glasses while programming.
I installed version 4 of microCode studio, now it creates the Hex file.
Aleluia !!
K
Bookmarks