• Manipulating Standard Libraries (C51S.LIB)
    So I want to replace a standard function in the C51S library. Shouldn't be too hard, right? I rewrote the function (?C?LMUL to be specific) in assembly and compiled it using the A51 assembler. (processes...
  • How to not include uncalled functions in library?
    I have create a .lib file that contains my functions.But sometimes i only need to call some of these functions, but when i add the lib file into my projects, it always says there are uncalled functions...
  • How to not include uncalled functions in library?
    I have create a .lib file that contains my functions.But sometimes i only need to call some of these functions, but when i add the lib file into my projects, it always says there are uncalled functions...
  • Include Floating Library
    I know the standard c51 library is c51s.lib and shall change/include the c51fps before I can using floating mathmatic, but where I should include or change the setting in the uV2? Thanks Jack
  • 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...