• 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...
  • 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...
  • external memory settings
    Hello,I use an external flash memory to program the micro c167cs.how should i do setting for compiler? Regards
  • Addressing External Memory
    Hello, BASE_ADDR = 0x8000 i=1 A)may I know what is #define COMMAND(i) (*((volatile char xdata *)(BASE_ADDR +i))) B)Is is better to address the "command register" of an external chip as XDATA...
  • Start address for assembly code
    Hi, I started writing assembly code in one of the ARM7TDMI-S architecture based controller, But i surprised of myself, because I am not able to find how to give the origin or starting address of...