jayanth.devarayanadurga
Banned
- Joined
- Dec 4, 2012
- Messages
- 4,280
- Helped
- 822
- Reputation
- 1,654
- Reaction score
- 791
- Trophy points
- 1,393
- Location
- Bangalore, India
- Activity points
- 0
How to set or clear individual bit of a register of PIC in asm code?
I have defined like this
#define LED PORTBbits.RB0
I want to set and clear LED using asm code.
I have defined like this
#define LED PORTBbits.RB0
I want to set and clear LED using asm code.