Originally Posted by Pic2008
But then, that clears everything.Code:CLEAR
The fastest way really depends on the PIC, and the array size.
Using FSR's will always be fastest.
But this one's really easy with PBP 2.60 (fast too).
Code:ArraySize CON 64 MyArray VAR BYTE[ArraySize] ARRAYWRITE MyArray,[REP 0\ArraySize]
Bookmarks