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?

More questions in this forum