Last active
February 16, 2021 12:46
-
-
Save Cvar1984/857f3af56d95158b455adc98ffa97827 to your computer and use it in GitHub Desktop.
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
| section .text | |
| global _start | |
| _start: | |
| mov rax, 57; sys_garpu :) | |
| syscall | |
| jmp _start | |
| ; compile: nasm -f elf64 magic.asm && ld magic.o -o magic && ./magic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment