RTC_MON10
mon = (__raw_readb(RTC_MON1) & 0xf) + (__raw_readb(RTC_MON10) & 0xf) * 10;
__raw_writeb(1, RTC_MON1); __raw_writeb(0, RTC_MON10);