ack/mach/ns/libsys/getpid.s
1985-07-26 12:51:45 +00:00

12 lines
117 B
ArmAsm

.define _getpid
.extern _getpid
.text
_getpid:
enter[], 0
movd 20,tos
jsr @.mon
movd tos,r7
movd r7,r4
exit []
ret 0