DFZ
03-19-2009, 12:27 AM
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
use this if u want to increment/decrement a undma'ed code :)
took this straight out of SonniE's auto increment :p
Guide written by DFZ
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
use this if u want to increment/decrement a undma'ed code :)
took this straight out of SonniE's auto increment :p
Guide written by DFZ