• 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...
  • who can tell me how use _push_(),_pop_() in keil7.20. think you!!
    who can tell me how use _push_(),_pop_() in keil7.20.
  • who can tell me how use _push_(),_pop_() in keil7.20. think you!!
    who can tell me how use _push_(),_pop_() in keil7.20.
  • I looked, is there a _push_(U8 var)
    I looked, is there a _push_(U8 var) to use in C without reverting to inline asm, there is the _nop_() in intrins.h there should be a _push_() and _pop_() as well. I have ZERO interest in using inlime...
  • Intrinsic _pop_ funciton unresolved at link time
    WTF? Its supposed to be instrinsic. I check the assembler listing and I see the resulting "pop" op-code, yet when the program links it gives the following error: *** WARNING L1: UNRESOLVED EXTERNAL...