use this if u want to increment/decrement a undma'ed code :)Code:lui t0, $First half of pointer +0880
lw t0, $Second half of pointer(t0)
lw t2, $Offset(t0)
addiu t2, t2, $Amount to increment by(ffff for decrement)
sw t2, $Offset(t0)
jr ra
took this straight out of SonniE's auto increment :p
Guide written by DFZ