diff --git a/console.asm b/console.asm index e73c768..27649b9 100644 --- a/console.asm +++ b/console.asm @@ -12,12 +12,8 @@ print: push rbp mov rbp, rsp - push rdi - sub rsp, 8 call strlen mov rdx, rax - add rsp, 8 - pop rdi mov rax, 1 mov rsi, rdi mov rdi, 1