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 To: 0007h Can anyone help me how to avoid this warning message?
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. Uhhh. Isn't that where R0-R7 are located? Jon
Just avoid using any C language statements that cause code to be generated that makes use of registers...
Just avoid using any C language statements that cause code to be generated that makes use of registers... isn't that the same as "avoid using any C language statements"? Erik
More or less, yes. It was an attempt at a joke.