Made syscall ids 64 bits in rax
This commit is contained in:
@@ -2,9 +2,9 @@ global _start
|
||||
_start:
|
||||
xor rbp, rbp ; Sentinel rbp
|
||||
|
||||
mov rdi, 0 ; DEBUG syscall
|
||||
|
||||
.loop:
|
||||
mov rax, 0 ; DEBUG syscall
|
||||
syscall
|
||||
|
||||
jmp .loop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user