''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' This code setting example was written for the Proton '
' Compiler from Crownhill and Associates. It shows the '
' settings that you have made in the Pic Timer 	       '
' Calculator Tool.                                     '
' 						       .
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'---------------------------------------------
'Below is the oscillator setting you chose....

XTAL =  4.0                                                                                                                              
'--------------------------------------------- 	
'Below is the prescaler setting you chose....

OPTION_REG.0 =  0                                                                 
OPTION_REG.1 =  0                                                                  
OPTION_REG.2 =  0                                                                  
OPTION_REG.3 =  1                                                                
'------------------------------------------------------
'Below is the offset setting you chose....

TMR0 =  0                                                                    

'This occurs every   3921.56                                           
'times a second from the settings you chose in the pic timer tool
'-------------------------------------------------                         