I have this timer and It can be used as kitchen timer. It need to a good switching and Buzzer. I try to make one with 12F675. Its so simple in mecanical side...more complicated in software side (for me)....
No, I doubt you can do that. That variable LRAM_0x21 is used to count the number of interrupt that occurs every 250mS. In Ian's code it is called ISRcount.
In LOOP1, you can never decrement it to zero as it is incrementing by one every 250mS.
If you want to make use of that counter you have to understand how the program works. And that would take a bit of time to study. An easier way is to do a time waster loop of 0.5S on and 0.5S off using delay loops.