At 17:55 8/04/99 -0400, you wrote: Use either: #include "P16C84.INC" #include "P16F84.INC" And change FUSES equ 0x09 ; XT,PWRT,CP To: __config _osc_xt&_wdt_off&_pwrt_on&_cp_on ^indent and double underscore "config" keyword The INC files will now take care of all differences for you. You can revert to a 'C84 by changing just the #include statement back to P16C84.INC Jim >how do I convert the following to work with an F84 please. >I think I read somewhere that the fuses must be set >differently on an >F84? > >----------------------------------------------------------- >LIST P=16C84 >include "P16C84.INC" > FUSES equ 0x09 ; XT,PWRT,CP >------------------------------------------------------------ > >Thanks, >Ryan > ________________________________________ Email: newfound@pipeline.com.au http://www.pipeline.com.au/users/newfound WARP-3 SALE now on. $48USD with world delivery. MPLAB compatible PIC programmers and firmware upgrades for many programmers. ________________________________________