• 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.
  • _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...
  • 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...
  • About variable declarations in data segment
    Syntax: Dseg at 00H count: ds 1 When I decalre the variables in data data segment from memory lacations 00h-07h, compiler is giving below message. WarningL4:Data space memory overlap. From:0002h...
  • How to get the start and end address of _DATA_GROUP_ in C program?
    As title.