• 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
  • Specifying the start location of the Main() routine.
    I am using a Goal VRS1000 chip that allows for in-system programming. The ISP program is located at the end of the Flash Memory area. Location 0000h must contain FFh which directs the PC to the beginning...
  • Specifying Absolute location for more than one array
    Hi, I need to specify absolute location(in code memory) for more than one array, I was successful in implementing for one array as mentioned in Cx51 compilers guide(using BL51 Locate). What are the...
  • Writing to a specified memory location
    Hi , I am giving a small C program ..this is to find the factorial of a given number. I would like to know how i could write the output value " fact "to a specifed memory location (For example like...
  • 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...