aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cat.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/cat.s b/cat.s
index 831dea8..062bc05 100644
--- a/cat.s
+++ b/cat.s
@@ -228,13 +228,6 @@ pstring:
ret
exit:
- mov rax, r13
- mov [reg], rax
- mov rax, 1
- mov rdi, 2
- mov rsi, reg
- mov rdx, 8
- syscall
;exit(0)
mov rax, 60
mov rdi, 0