If you right click on a variable in the watch window and select "View memory" the variable shows properly in the memory browser. If, however, you manually type the name of the variable into the search box at the top of the memory browser, you get the wrong address. For example, my array is at 0xA800 but if I search for the array, it properly finds it but goes to memory 0xA80 -- It leaves off the last hex digit and therefore shows the wrong memory location.
Regards