Coding Questions and other Quandaries
#71
Nice work Hackwiz.

Btw for any code where you are simply replacing the old instruction with a new one, you can use the 04 RAM Write instead of a C2 ASM.

Code:
28708D40 00000100
C24DC914 00000001
9883026D 00000000
020003FE 00001000
E0000000 00000000
28708D40 00000200
C24DC914 00000001
8883026D 00000000
E0000000 80008000

becomes...

Code:
28708D40 00000100
044DC914 9883026D
020003FE 00001000
E0000000 00000000
28708D40 00000200
044DC914 8883026D
E0000000 80008000
Reply


Messages In This Thread
RE: Coding Questions and other Quandaries - by Vega - 12-26-2021, 10:26 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)