RTC GetReg 17,x% ' read the whole degrees only into integer variable x x%=x% AND &h7f ' mask off the sign
RTC GetReg 17,x% x%=SgnX(7,x%) ' extend bit 7 to the end of the integer