Skip to content

Instantly share code, notes, and snippets.

@nicholastay
Created December 2, 2021 08:17
Show Gist options
  • Save nicholastay/e3b3977ef7ba570b3db830cc7d986484 to your computer and use it in GitHub Desktop.
Save nicholastay/e3b3977ef7ba570b3db830cc7d986484 to your computer and use it in GitHub Desktop.
A Program
segment .text
global _start
_start:
mov rax, 60
mov rdi, 0
syscall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment