Rodger, Try something like this:
declare this:
@TIMER0 = TMR0L
TIMER0 VAR WORD EXT
This will treat TMR0L as a word. Then all you need to do is something like this:
IR_Time_Data(index) = TIMER0 'READ CURRENT TIMER VALUE and place into word array by (index).
Bookmarks