URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [sysvi386/] [rename.s] - Rev 1010
Go to most recent revision | Compare with Previous | Blame | View Log
.globl _rename .globl rename _rename: rename: movl $0x3028, %eax lcall $7,$0 jb _cerror xor %eax, %eax ret
Go to most recent revision | Compare with Previous | Blame | View Log