Well this will log offset's values from one pointer starting at offset 0, and it will go forever

Code:
#DMA Offset Value Logger
;-LeetGamer-
;Change the value of address 0x00003FF8 in DECODER to the address to start logging at.
0x00003F00 0x13371337 ;Address here is the address to stop at
0x00003FF4 0x13371337 ;Don't edit this
0x00000098 0x0a200184
0x00000610 0x3c080880
0x00000614 0x3c090000 ;Upper pointer
0x00000618 0x8d290000 ;Lower pointer
0x0000061c 0x8d0a3ff4
0x00000620 0x8d0b3ff8
0x00000624 0x8d0c3ffc
0x00000628 0x01685820
0x0000062c 0x8d6d0000
0x00000630 0x114d000b
0x00000638 0x01896020
0x0000063c 0x8d8c0000
0x00000640 0xad6c0000
0x00000644 0x340d0004
0x00000648 0x8d0e3ff8
0x0000064c 0x01cd7020
0x00000650 0xad0e3ff8
0x00000654 0x8d0e3ffc
0x00000658 0x01cd7020
0x0000065c 0xad0e3ffc
0x00000660 0x03e00008
Change the value at address 0x00003FF8 in the decoder to the address you want to start logging at, I start at 700 and end at 3F00. More than enough information on the offsets.

All addresses you enter must be in fake addressing.



:)