• setting the starting address
    Hi, i m working with 89s8253, i have used timer interrupts in my code, i just want to change the start address of my code so that it should not get overlapped with interrupt address. pls help me out...
  • 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...
  • How do I set a different starting address for code and external memory?
    Hi. The starting address for the code compiled by the c51 compiler is always at 0000h. Is there any way to change the starting code address to 2000h? If so, can I also configure other addresses such as...
  • changing the starting address
    i need to change the starting location of my pgm frm 00h to say,400h..i followed the steps as per mentioned in.... http://www.keil.com/support/docs/189.htm i can see the changed starting location in...
  • 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