and I think I'll be okay to change the other lines for a 16F872
EDIT : I did the first line changes and I'm not sure of these lines
movwf CMCON ;turn comparators off (make it like a 16F84) ?
org 0x0000 ;org sets the origin, 0x0000 for the 16F628 and for the 16F872 ?
movlw d'50' ;delay 250 ms (4 MHz clock) ( with a 16F872, there is no internal oscillator so I'll need to make an external one. With a RC osc (easier) I can reach 3.5MHZ, would it be engouh ? no ? What would be the code to fit with a 3.5 MHz clock
I looked on the other schematics and I think I got that part, I just wanted all the Values displayed on the final to make it easier to read, What value was C2 on VSS? I really like the 2 drawings in Post # 293