?? strcpy.s
字號:
/* * arch/alpha/lib/strcpy.S * Contributed by Richard Henderson (rth@tamu.edu) * * Copy a null-terminated string from SRC to DST. Return a pointer * to the null-terminator in the source. */ .text .align 3 .globl strcpy .ent strcpystrcpy: .frame $30, 0, $26 .prologue 0 mov $16, $0 # set up return value mov $26, $23 # set up return address unop br __stxcpy # do the copy .end strcpy
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -