No, these were new chips that I entered some simple code into and they froze. This is what I entered,

' Timer countdown test
trisa = 0
porta = 0
Start:
I var byte
for I = 1 to 2000
porta.0 = 1
pause 5000
goto Start