1985-02-07 22:59:50 +00:00
|
|
|
.define _pipe
|
1987-01-26 21:22:23 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .text
|
1985-02-07 22:59:50 +00:00
|
|
|
.extern _pipe
|
|
|
|
_pipe: trap #0
|
1987-01-26 21:22:23 +00:00
|
|
|
.data2 0x2A
|
1985-02-07 22:59:50 +00:00
|
|
|
bcc 1f
|
|
|
|
jmp cerror
|
|
|
|
1:
|
|
|
|
move.l 4(sp),a0
|
|
|
|
move.l d0,(a0)+
|
|
|
|
move.l d1,(a0)
|
|
|
|
clr.l d0
|
|
|
|
rts
|