• Control my air conditioner with a Nest
    I have a window air conditioner. It works well but is a bit old — new enough to be electronic, have a remote and a digital display, but not new enough to turn on from my phone or do anything smart with...
  • NOAREG & AREG,
    Hello, I'm having trouble understanding the NOAREG, AREG & USING options. I'm also confused with R0-R7 & AR0-AR7. I've read the support files and manual but i'm still confused. May I know a) How is...
  • AREGS / NOAREGS duration?
    Hi All. To me, the manual is not entirely clear on this issue: Does #pragma NOAREGS apply only to the immediately-following function, or does it apply to all functions that follow it until a #pragma...
  • Why doesn't the NOAREGS works?
    #pragma NOAREGS char noaregfunc(char i) using 1 { return i+1; } void main(void) { char ch = noaregfunc(2); } Source code: C_STARTUP: C:0x0000 020011 LJMP C:0011 2: char noaregfunc (char i) using...
  • what's the function of "AREGS"and "NOAREGS"
    what's the function of "AREGS"and "NOAREGS", can you provide me some sample, so that I could understand them clear. Are them still useful in current updated versions. In the manual it is said that with...