Adds print(), puts()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user