8 lines
73 B
ArmAsm
8 lines
73 B
ArmAsm
.set getpid,20
|
|
.globl _getpid
|
|
|
|
_getpid:
|
|
.word 0x0000
|
|
chmk $getpid
|
|
ret
|