
#include <compiler.h>

SFR16(TMR2, 0xCC);

unsigned int mainoff = 5000;

void main ()
{
    TMR2 = ~(mainoff - 1);
}