URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [pipe.s] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
.globl _pipe .globl pipe _pipe: pipe: movl $0x2a, %eax lcall $7,$0 jb _cerror movl 4(%esp), %ecx movl (%ecx), %eax movl 4(%ecx), %edx xor %eax, %eax ret
Go to most recent revision | Compare with Previous | Blame | View Log