• programming C at specific address
    Hi,All I has a big problem at coding C51. Put program at specific address in assembler is easy ,it just set org 0xXXXX in progarm. but How to do this in the C51. Thanks
  • locating code at a specific address
    We are using the P87C51MC2 in extended memory. We are currently up to 512K bytes of code (ECODE). For test reasons I would like to locate code at a specific address. If I have main.obj, A.obj, B.obj...
  • Linking Functions at Specific addresses
    I need to Link Functions at Specific address I have 5 functions that i want to go into 0xFA00 ONWARDS I am using uvision2 and 0xFAOO onwards is a part of flash that will not be erased I can...
  • How to set the size of data segment?
    I want to use a larger data segment(not xdata), can I set it in uVision51?
  • Printing out what's at a specific address
    Need to be clearer. I cannot interfere with the customers' routines. Therefore, I can't 'break' in and print out register contents. So how do I say, "OK, Printf: print out what's at this address. " I...