Good morning
As I am new to understanding and using Interrupts, could you explain to me the configuration of the INTCON command for a small PIC12F675?
The PBP manual gives as an example:
INTCON = %10010000 ' Enable RB0 interrupt
But I don't know for which PIC this command is valid (because I imagine it varies depending on the PIC used?).

Unless I am mistaken, the 6 ports of the PIC12F675 would make it possible to cause interrupts.
What would then be the commands to activate the various interrupts on GP0,1,2,3,4 and5 ?

Thanks all.