ack/mach/m68k4/libsys/getpid.s

7 lines
79 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _getpid
.extern _getpid
.text
_getpid: move.w #0x14,d0
trap #0
rts