Answers for "Segmentation fault: 11 nasm"

1

Segmentation fault: 11 nasm

; you didn't exit the program to do that add:
          mov       rax, 0x02000001
          xor       rdi, rdi
          syscall
; to the end of your program
Posted by: Guest on April-04-2020

Browse Popular Code Answers by Language