8 lines
73 B
ArmAsm
8 lines
73 B
ArmAsm
.set getuid,24
|
|
.globl _getuid
|
|
|
|
_getuid:
|
|
.word 0x0000
|
|
chmk $getuid
|
|
ret
|