Created
December 2, 2021 08:17
-
-
Save nicholastay/e3b3977ef7ba570b3db830cc7d986484 to your computer and use it in GitHub Desktop.
A Program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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