6 lines
69 B
ArmAsm
6 lines
69 B
ArmAsm
.define _getpid
|
|
.extern _getpid
|
|
_getpid: trap #0
|
|
.short 0x14
|
|
rts
|