ack/mach/ns/libsys/getpid.s

12 lines
117 B
ArmAsm
Raw Normal View History

1985-07-26 12:51:45 +00:00
.define _getpid
.extern _getpid
.text
_getpid:
enter[], 0
movd 20,tos
jsr @.mon
movd tos,r7
movd r7,r4
exit []
ret 0