diff --git a/printf/hello.asm b/printf/hello.asm index a8f13fa..6b0f071 100644 --- a/printf/hello.asm +++ b/printf/hello.asm @@ -26,8 +26,7 @@ main: mov rdi, text cld - call puts - + call puts ;this is the put s way of printing a string add rsp, 8 ret