ack/mach/m68020/libsys/_getpid.s

11 lines
134 B
ArmAsm
Raw Normal View History

1990-01-22 08:51:54 +00:00
.define __getpid
.extern __getpid
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
__getpid: move.l #0x14,d0
trap #0
rts