• About the start address and length of "_DATA_GROUP_"
    Now, I want to know the start address and length of "_DATA_GROUP_", How can I do it, thanks.
  • How to donsize _DATA_GROUP_ ?
    Dear all, I have one question about the _DATA_GROUP_ in DATA MEMORY in m51 file. The current DATA MEMORY is as follows: REG 0000H 0008H ABSOLUTE "REG BANK 0" DATA 0008H 000DH UNIT ?DT?A DATA 0015H...
  • How do I get end of code address?
    I am trying to calculate a simple checksum on my code. I am doing something like this: unsigned short Index, Checksum = 0; unsigned char code * data pCode = 0; for( Index = 0; Index < end_of_code...
  • About _DATA_GROUP_ segment
    Help! How can I break _DATA_GROUP_ segment into two parts? Thanks!
  • _DATA_GROUP_ Overflow error
    Hello all, i have DECT handset based on 8051 controller.. and i also have an application software running on it. I am planning to run this software in debug mode in Keil IDE itself, so that i can...