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
30 lines
318 B
ArmAsm
30 lines
318 B
ArmAsm
#include <asm.h>
|
|
|
|
#
|
|
# r3 Channel
|
|
# r4 serialNo
|
|
|
|
CARDGetSerialNo:
|
|
|
|
cmpwi %r3, 0
|
|
beq DoCode
|
|
li %r3, -3
|
|
blr
|
|
|
|
DoCode:
|
|
|
|
mflr %r0
|
|
|
|
lis %r3, 0xc7bd
|
|
subi %r3, %r3, 0x26C
|
|
stw %r3, 0x00(%r4)
|
|
|
|
lis %r3, 0xf47f
|
|
subi %r3, %r3, 0x3924
|
|
stw %r3, 0x04(%r4)
|
|
|
|
li %r3, 0
|
|
|
|
mtlr %r0
|
|
blr
|