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 add 16 bits value into the memory,
I have :
how can I enter .300 into LedTimer ?
Is it splitted into .150 ?
Thanks
I have :
Code:
LedTimer RES 2
movlw .255
movwf LedTimer
how can I enter .300 into LedTimer ?
Is it splitted into .150 ?
Thanks