• How to give starting address of a function
    I want to knwo How can I give starting address of a fucntion. I want to know for both a function written in C and even in assembly. The reason I require is that, in P89V51RD2 when I use to do IAP...
  • Constant address of function
    Hi I would like to write a function in C language with the start address 0x2000. How can I define the address of function? Cant ti be done in C language. Any suggestions? Thanks for your time...
  • Placing Constant at a particular address
    Hi, I need to place a constant array at code address 0x10000. When i say this it puts it in address 0x0000 leaving out the one and it conflicts with the code already present at 0x0000. Can someone tell...
  • define a constant to an absolute address
    How to define the following constant to an absolute address at 0x1000? unsigned char code index[] = { 0x3, 0x5, 0x6 } ; //a constant mem in a file Thanks for any help!
  • fix a constant address of code
    I would like to fix an address to start my code always at the same address. I have all books C51, A51, BL51, etc but I've lost my L51 book... I use in the option file of linker the instruction CODE...