Just upgraded to Windows 7 64 bit and PBP 2.6. In Windows 7 I have to use the MPASM assembler since the PM is 16 bit, I am using MPLAB v8.5. I get an assembler error that says the eeprom WRITE command is not previously defined. Removing my WRITE 0,OnDiff code line allows the program to assemble without error. But of course I need to write to the eeprom.
I uninstalled PBP 2.6 and MPLAB v8.5 and reinstalled PBP 2.5 and MPLAB v8.1 and the program compiles without error. This indicates there is a problem with the WRITE command in PBP 2.6, relating to the PIC12F683.
On another topic,
The @ DEVICE format for setting fuses does not work with MPASM.
The @ __config directive is flagged as an error by MPASM.
Is there now no way to set fuses in code?????
What a pain!
RD
Bookmarks