• how to include moduls
    I, im beggining to learn keil µviosion2 software and i do not know how to include modul for example: the programm "main.c" contain " #include clock.h" ..... And the clock.h is not list in project...
  • 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...
  • HOw to Change a version 2 to version 4
    Hi I am having a source which is compiled with the evaluation version of Uversion3, i want to chang this version to Uversion4, Please help me with this THANKS
  • $include?
    if i have configuration: ... VAR: DS 1 ... and,i include it in one .asm file $include (confi.inc) when i assemble them, msg show: Program Size: data=30.0 xdata=0 code=101 and,i include...
  • 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...