memory added
This commit is contained in:
@@ -22,6 +22,9 @@ _start:
|
||||
; x64 has the syscall function, in contrast to int in x86 and ARM
|
||||
; See /usr/include/asm/unistd_64.h for the numbers
|
||||
|
||||
; Clobbered registers
|
||||
; rax rdi rsi rdx r10 r8 r9
|
||||
|
||||
; Write to stdout
|
||||
mov rax, 1
|
||||
mov rdi, stdout ; fd to write to
|
||||
|
||||
Reference in New Issue
Block a user