eagle1109
Full Member level 6
- Joined
- Nov 20, 2014
- Messages
- 393
- Helped
- 4
- Reputation
- 10
- Reaction score
- 7
- Trophy points
- 1,298
- Location
- Saudi Arabia
- Activity points
- 5,956
hi,
how to set a counter to count times of processes in assembly
should i set TIMER0 as a counter when counting and as a timer when calling delays ?
,,,,,,,,,,,,,,,
my understanding now is and i learned to set bytes in GPR for delays
then i set one byte for a counter and then used decfsz to count no. of times and it did not work
PIC16F877A
regards,View attachment code.txt
how to set a counter to count times of processes in assembly
should i set TIMER0 as a counter when counting and as a timer when calling delays ?
,,,,,,,,,,,,,,,
my understanding now is and i learned to set bytes in GPR for delays
then i set one byte for a counter and then used decfsz to count no. of times and it did not work
PIC16F877A
regards,View attachment code.txt