while using Timer 0 & Timer 1 of 89C51, and Timer 2 of 89C52. should i use: #include <reg.51> OR #include <reg.51> ?????
well, if you are using a '51 include '51 and if you are ysing a '52, include '52. Which include you use is depending on the derivative only. Erik
what if i m using both???
"what if i m using both???" You aren't. You are using one or the other. Stefan
i mean if i am using both Timer0/Timer1 & Timer 2 then which one (reg.51 or reg.52) should i use???? thanks
" mean if i am using both Timer0/Timer1 & Timer 2 then which one (reg.51 or reg.52) should i use????" Look, just use the include file for your actual derivative. Stefan