shansen Posted November 4, 2011 Posted November 4, 2011 I just found that each Gather.DData index does not seem to be offset by 8 bytes, but only 4 bytes (same as Gather.FData). For example: Gather.DData[0].a = $bc8e6238 Gather.FData[0].a = $bc8e6238 Gather.DData[1].a = $bc8e623c Gather.FData[1].a = $bc8e623c If Gather.DData[1] holds a double word, shouldn't it be pointing to $bc8e6240? Sys.DData is working correctly (8 byte offset between each index).
Recommended Posts