vinothksr08
Member level 3
- Joined
- Jun 18, 2013
- Messages
- 66
- Helped
- 7
- Reputation
- 14
- Reaction score
- 7
- Trophy points
- 8
- Location
- Tamilnadu, India
- Activity points
- 367
hai friends,
the program is not working in keil debug..
plz help
thanks in advance
the program is not working in keil debug..
Code:
#include<reg51.h>
sbit in=P1^1;
void main()
{
TMOD=0x01;
IE=0x82;
TH0=0x00;
TL0=0x00;
TR0=1;
}
void timer0() interrupt 1
{
in=~in;
}
plz help
thanks in advance