Second and Minute Counter using PIC16F877A - PIC Programming - Proteus Simulation - MPLB C Code

Problem - Second and Minute Counter using PIC PIC16F877A micro-controller. Software Support - MPLAB IDE for C programming,Proteus for simulation purpose. Components - PIC 16F877A- Micro controller,LED arrays,External clock. Theory :- We have two sets of LED arrays, one for displaying seconds and other for minutes.Both arrays has six LEDS each,since up to sixty must be counted.An external clock is used here,it will configure each counter increment by one second. Sixth pin serves external clock pulses,it will make a delay of one second on each count.LED arrays for second counting is given in port B,arrays for minute counting in port D.Each LED is given a series resistance to control voltage. Into the code, First,timer zero made reset then it is turned on by control regi...