> Van: synergetix@HOME.COM > Aan: PICLIST@MITVMA.MIT.EDU > Onderwerp: another newbie full of questions... > Datum: woensdag 6 januari 1999 5:40 > > I've written some programs for the good ol' PIC16c84. The only trouble > is here in Canada I'm having trouble sourcing any more. I take it they > have been replaced by the 16f84. I've tried to recompile the programs > using mpasm for the 16f84, only I end up with dozens of error messages. > Is there anything else I need to change besides the include line? Any > info would be much appreciated. Only changes so far are : Inverted Power-up timer bit Code Protect bit from bit 8 to bit 13 (C84 : 8 only) 68 bytest of File-registers (C84 : 36) and, ofcourse, the F84 is _flash_ (what's in a name :-) Try compiling the program for the C84 . If you are getting the same messages/errors as for the F84 it would mean that something else has changed. The compiler maybe ? The default's perhaps ? Greetz, Rudy Wieser