• #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...
  • how do I check #pragma directives
    Hello ! I have a some quetions. I my project i write some math(on Assembler) library for using in C and Assembler. I have some function, in C this function can be defined: extern signed long add32...
  • how do I check #pragma directives
    Hello ! I have a some quetions. I my project i write some math(on Assembler) library for using in C and Assembler. I have some function, in C this function can be defined: extern signed long add32...
  • #pragma pack
    Does the realview arm compiler support the following syntax: #pragma pack(push, 1) and #pragma pack(pop) or do I need to separate it into #pragma push #pragma pack(1) and #pragma pop...