Basically how can I do it?
The values I want to read (going to be writing to file later) are hex pairs meaning the values are stored across more than one address location.
The first value is stored at pointer address 12feac, the next pointer is at 12feb0
So reading the address 12feac won't provide the value I'm after as its stored from 12feac, 12fead, 12feae and 12feaf.
I'm a novice so be gentle :)
thanks