OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [machine/] [rx/] [strcpy.S] - Blame information for rev 207

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
        .file   "strcpy.S"
2
 
3
        .section .text
4
        .global  _strcpy
5
        .type    _strcpy,@function
6
_strcpy:
7
        mov     r1, r4
8
        mov     #-1, r3         ; Strictly speaking this is incorrect, but I doubt if anyone will ever know.
9
        smovu
10
        mov     r4, r1
11
        rts

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.