• Link objects to a specific map
    I am trying to link code into a ROM image which can be splitted into two regions later. Each region must starts at a predefined location respectively. How do I specify in my C code, and how to instruct...
  • Is there a way to disable specific warnings ?
    I'm using uV 4.70.0.0, compiler version is 5.03.0.24. Is there a way to disable specific warnings? In other Keil toolchains I seem to remember there was a command-line control that allowed this....
  • Creating and using object libraries
    I will be willing to pay for this information: I am using micorvision 2 and need to know how I can construct a library of objects and then how I can reference those objects from a main program. For...
  • How to call library object files from assembler
    I will distribute some useful subroutines written in 8051 assembler to be used by other parties who will call these subroutines within his/her assembler program. If I do not wish to distribute the...
  • Library function LINK to specific address
    Hi all, i am using various function from "C166 run-time library". Example 'isdigit' from 'ctype.h'. At the time of linking i want to link this function at specific address. How i will go for...