> Van: Alan Travelbea > Aan: PICLIST@MITVMA.MIT.EDU > Onderwerp: Re: Compiling an assembly file for a Microchip EEPROM > Datum: vrijdag 24 september 1999 21:41 > > The only error message I received was that the parameter "24LC64" was > not recognized. MPASM didn't even start trying to compile the file. I > believe it is looking for "EEPROM8" or "EEPROM16" as the processor type > but I have found no way to do this using the IDE. This is what I'm using for a 24C16 (obviously ;-) LIST P=EEPROM8, R=Dec INCLUDE "MEMORY.INC" LIST M=_24C16B The only problems that I'm having is that : 1) MPLAB protest's every time I'm loading the project (EEPROM8 is not equal to the selected processor, the 24C16) 2) I can't lock the Program-view window to Hex-display. (why does a *Memory-device* have a Program & Disassembly mode-display in the first place ?) 3) I can't transfer the data to a EEPROM using the PicStart+ (Bummer !) Used software: MPLAB 3.22.02 , PicStart+ 1.30.00 Greetz, Rudy Wieser