Adds print(), puts()

This commit is contained in:
2025-07-05 02:28:59 +02:00
parent b0a3da746f
commit 2e9d88ed76
3 changed files with 68 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ section .text
; rax* syscall
; rdi (arg) code to exit the program with
exit:
sub rsp, SIZE_QWORD
mov rax, NR_exit
syscall