📜  分段错误:11 nasm - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:23.228000             🧑  作者: Mango

代码示例1
; you didn't exit the program to do that add:
          mov       rax, 0x02000001
          xor       rdi, rdi
          syscall
; to the end of your program