I need some help with the hardware timers I'm using pic16f873 with a 20 MHz crystal, how could i create the same simple program below with a hardware timer i want a 10 second pause in between. The program is very simple example to help me learn to use the timers. thank you


Start

portb.2 = 1

pause 10000

portb.3 = 1

End