• Library files, include source files
    Hi, I built a library file that can be used for other projects. Once I have built it and added it to another project, I right click on a function and select "Go to the definition of 'function...
  • HOW .... to include library C51s.lib ???
    I am doing inline assembly. All works except unresolved external. OK I KNOW WHY. BUT HOW DOES ONE INLCUDE THE MISSING LIBRARY IN THE IDE ? Specifically, what dialog, what text to enter where...
  • Library files, include source files
    Hi, I built a library file that can be used for other projects. Once I have built it and added it to another project, I right click on a function and select "Go to the definition of 'function...
  • HOW .... to include library C51s.lib ???
    I am doing inline assembly. All works except unresolved external. OK I KNOW WHY. BUT HOW DOES ONE INLCUDE THE MISSING LIBRARY IN THE IDE ? Specifically, what dialog, what text to enter where...
  • AEABI Library: Floating Point functions
    How is floating point overflow handled in aeabi library functions such as __aeabi_fadd? Does the function return a pre-defined value? Or does it update any registers?