ack/mach/vax4/libbsd4_1a/pipe.s

18 lines
212 B
ArmAsm
Raw Normal View History

1990-01-11 16:00:19 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define _pipe
pipe = 42
1986-12-12 12:49:50 +00:00
.align 1
_pipe:
1990-01-11 16:00:19 +00:00
.data2 0x0000
1986-12-12 12:49:50 +00:00
chmk $pipe
bcc 1f
jmp errmon
1:
movl 4(ap),r2
movl r0,(r2)+
movl r1,(r2)
clrl r0
ret