1985-02-07 15:58:40 +00:00
|
|
|
.define _getpid
|
1987-01-27 20:37:46 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .text
|
1985-02-07 15:58:40 +00:00
|
|
|
.extern _getpid
|
|
|
|
_getpid: trap #0
|
1987-01-27 20:37:46 +00:00
|
|
|
.data2 0x14
|
1985-02-07 15:58:40 +00:00
|
|
|
rts
|