@8mhz each instruction takes 0.5uS what you are looking at there are macro's you need the asm to see the actual code
it wood go something like
mainloop:
movf 0fh,w
movwf trisa
movf 1,w
movwf porta
movf 0,w
movwf porta
goto mainloop
ps pbp probably sticks a clrwdt in there somewhere too
Bookmarks