• Compiler is not specifying subroutines as relocatable
    The compiler is generating the following sub-routine call: 019C DA000000 CALLS SEG (WriteString),WriteString I am translating this to be an Inter-Segment Subroutine Call, where the compiler is...
  • Specifying the start address
    In assembly, the "ORG" directive can be used to specify the start address of the code. Can this be done in C? if possible then How? ..Thanx
  • how to location the start of a array at the specify address of RAM?
    how to location the start of a array at the specify address of RAM? Envirment:C51 ver:6.23 BL51 Ver:4.23
  • how to specify a function to a fixed address
    i use keil's uVison IDE to develop my code banking project. when i change VM to replace new programe space, i encounter a problem. in order to setup the "synchronized code" throught out the change process...
  • Subroutines
    I have file with many subroutines. How can I use this file in my project? I have problem that in output hex file are all subroutines (used and NOT USED) example: main.c extern void Sub1(void);...