This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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
To: 0007h
Can anyone help me how to avoid this warning message?

0