• locate copyright message
    I want to put a copyright message into the ROM. How do I make the linker locate it immediately after the interrupt vectors? Thanx, Erik
  • Suppress Banner/Copyright
    Is there any option to suppress the Keil banner and copyright notice for the compilation? This will generate more compact output on command line, to better identify the real warning and error messages...
  • Locating
    Hi all, I am new with L166 linker on ST10 target and I just would like to : Set a code section containing all the code of several files (file1.obj, file2.obj and file3.obj for example) and to locate...
  • locating arguments
    Hello, I would like to know how the keil compiler locate the arguments of a function. 1) it pass it via the stack? 2) it declares a places in the memory space, and in this case how he choose...
  • Code location
    Is there a way to force the tools to place a function at a specific memory location? I am working on an application updater. The boot/update code starts at 0x0000. The application code would start...