7f75f5eb1e
*Due space limitations only the debug version of kenobigc is supported, this means there is a bit less space for cheats. git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@2 be6c1b03-d731-4111-a574-e37d80d43941
12 lines
150 B
ArmAsm
12 lines
150 B
ArmAsm
#include <asm.h>
|
|
|
|
|
|
PADRead:
|
|
|
|
lis %r4, 0xCC00
|
|
lwz %r0, 0x6404(%r4)
|
|
lwz %r4, 0x6408(%r4)
|
|
lis %r4, 0xC000
|
|
stw %r0, 0x12FC(%r4)
|
|
blr
|