In reply to jaswanth_b:
To summarize what the others are saying: if you have data bits or address bits "reversed" in a register or memory, and the only operation you perform on these registers is read or write, then it does not matter if anything is swapped. However, is there is some other operation, like a shift register, you would need to perform that operation and see if you still got the correct results.