• #pragma asm directive
    using #pragma asm directive and generating source file is not been able to generate C_Start referance. I know that I'll have to add c51s.lib file. But in UV3 How do I add this lib file? Docs avaible...
  • #pragma asm directive
    using #pragma asm directive and generating source file is not been able to generate C_Start referance. I know that I'll have to add c51s.lib file. But in UV3 How do I add this lib file? Docs avaible...
  • "mov" is undefined -- #pragma asm
    Where is the problem? The code is correct Tasking accepts it well! I read the maunual(which is worse) and in your forum. Please help me detaily discreption and not a reference to maunual! compiling...
  • "mov" is undefined -- #pragma asm
    Where is the problem? The code is correct Tasking accepts it well! I read the maunual(which is worse) and in your forum. Please help me detaily discreption and not a reference to maunual! compiling...
  • #pragma ASM/ENDASM inside a #define (???)
    Hello, I'm having trouble using #pragma ASM/ENDASM inside a #define statement. This is what I want to do inside the #define: - push ACC (assembly) - push IE (assembly) - EA = 0 (C) This...