This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

assigning a value to a register !!!

hi sir !!! 

in the timer program the register T1CC1H i am using sir ,

in that register i can add value like T1CC1H= 10 ; 

but when i try like doing 

a = 10 ;

T1CC1H = a ;

the value is not assigning ..