• how to use _push_(); _pop_();
    hi,everybody,I'm using keil7.20,uvision3.and I have an ok project.but when I added _push_(DPH); _pop_(DPH); to my main() func, an err always ocurrs: Build target 'Target 1' linking... *** WARNING...
  • Compiler crashes with _push_/_pop_ instrinsics
    When using the new instrinsic functions _push_() and _pop_() with variables other than int, the compiler crashes. Example: --------------------------------- #include <intrins.h> void crash(void...
  • Global Var
    HI!! I declared 3 global var, i call it inside diferent task and every execution this var should be updates but not to do it. I have a 8051 under evaluation board. Maybe can be a problem of my...
  • LPC936 timer issues with xdata vars vs. idata vars
    I've had a working project/system for over 10 years now, and we developed an offshoot product using the same LPC936 chip. My delays on the working system uses Timer 0 and I have the interrupt set on...
  • var arg, __VA_ARGS__, C99
    hi, i was wondering if anything has changed since nov.2006 in the field of variable arguments in macros. does anybody know something about a support of __VA_ARGS__ in the current c-compiler?...