bianchi77
Advanced Member level 4
- Joined
- Jun 11, 2009
- Messages
- 1,313
- Helped
- 21
- Reputation
- 44
- Reaction score
- 20
- Trophy points
- 1,318
- Location
- California
- Activity points
- 9,442
Guys,
How can I create 16 bits or more counter in PIC assembly ?
I have
How can I make Counter_1 16 bits or more ?
Thanks
How can I create 16 bits or more counter in PIC assembly ?
I have
Code:
movlw 0xFF
movwf Counter_1
again decfsz Counter_1
goto again
How can I make Counter_1 16 bits or more ?
Thanks