2 * arch/alpha/lib/strcpy.S
3 * Contributed by Richard Henderson (rth@tamu.edu)
5 * Copy a null-terminated string from SRC to DST. Return a pointer
6 * to the null-terminator in the source.
18 mov $16, $0 # set up return value
19 mov $26, $23 # set up return address
21 br __stxcpy # do the copy