aboutsummaryrefslogtreecommitdiff
path: root/ft_strcpy.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_strcpy.s')
-rw-r--r--ft_strcpy.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/ft_strcpy.s b/ft_strcpy.s
index d20476d..820d970 100644
--- a/ft_strcpy.s
+++ b/ft_strcpy.s
@@ -6,12 +6,13 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/22 03:04:28 by cacharle #+# #+# #
-# Updated: 2019/11/22 03:16:19 by cacharle ### ########.fr #
+# Updated: 2019/11/22 21:18:38 by cacharle ### ########.fr #
# #
# **************************************************************************** #
.globl _ft_strcpy
+# char *ft_strcpy(char *dst, const char *src);
_ft_strcpy:
mov rax, rdi # dst
mov rbx, rsi # src