I just found in DS33023 section 11.6.

"There is only one pre-scaler available which is mutually exclusively shared between Timer 0 and Watchdog Timer."

So I have to count the 4000 Interrupts per second using a

FOR CNT To 80
NEXT

loop. That will give me much closer to 50 pulses per second.

Correct?