.define _getpid
.extern _getpid
.sect .text
.sect .rom
.sect .data
.sect .bss
_getpid: move.w #0x14,d0
trap #0
rts