• How to set the starting address in C51
    Hello All Well wrote a simple program for LCD and compiled. It worked. But the starting address of the program was at 0000h for 89c51. But now I want to shift the starting address to 2000h , So that...
  • 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
  • Relocate Stack Start Address
    Hi all, I wonder if anyone could help me with moving the start address of my stack for a test. I have added STARTUP.A51 from the kiel library to my local project and have it in the build tree. ...
  • Setting a segment at specific address
    Hello I am trying to define a segment of 259 bytes at a specific address in my XRAM. I am using assembly and I am doing the following: PROG SEGMENT CODE STACK SEGMENT IDATA DOWNLOAD_BUFFER SEGMENT...