• 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...
  • Help Me with string funcitons
    I have a buffer which contains bunch of data. I want to take out the index at some desired string stored on which line number in that buffer. for ex buffer A = {'0','1',0x0D,0x0A,0, '2','3',0x0D...
  • 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...
  • cannot link...says "?C_START" unresolved
    I am using c51 compiler and uv2. I wrote a small program for 89c51ed2. I included startup.a51 in the project but unable to build the project. It gives me a warning saying "unresolved external symbol C_START...
  • Error in Two long variable Passing in Funciton to Pointer
    Hi, I am using Function to Pointer. i have definded this functin poiter in one structure with two long variable argument. it is giving me error below. Error C212: indirect call: parameters do not...