• Lib files
    Please can anyone offer any assistance? I would like to create a library for my asm routines to use in a main c project
  • C166 lib
    Who can say anything about subroutins (lib): CALLA cc_UC,?C_LMUL CALLA cc_UC,?C_FCAST CALLA cc_UC,?C_FPADD and s.o. Where can I find any information about that? Thanks
  • lib viewer similar to lib166
    does anyone know a tool to view the content of a lib . I know the program lib166.exe but it is not very luxury to use. thank you ...Leo
  • Format lib OMF-166
    Hi! I paid attention to the new update of compiler for С166. OMF-166 library file format (*.lib) has been changed. Where could I find materials about this new format? Or with whom could the new
  • Creating .LIB and .H file
    Hai, Iam new to KEIL i created .LIB file with some funtions. and i Created .Header file with all extern declaration for the funtions which are in .Lib file i included the .h file in main.c ...