so in ollydbg, when I wrote this code
mov dword[402000],[402010]
it gave me Constant is out of range error
which I don't know why it is.
I specified how much of data am I gonna use by stating it as "dword"
and [402000], [402010] have exact same size (If I'm right).
so can somebody explain me why does it happen ?