ack/mach/mantra/libsys/getpid.s

11 lines
131 B
ArmAsm
Raw Normal View History

1987-02-02 10:25:38 +00:00
.define _getpid
.extern _getpid
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_getpid: move.l #0x14,d0
trap #0
rts