Skip to content

Instantly share code, notes, and snippets.

@steshaw
Last active July 17, 2023 04:31
Show Gist options
  • Save steshaw/2d527d2ee45abd893790a65e449d6215 to your computer and use it in GitHub Desktop.
Save steshaw/2d527d2ee45abd893790a65e449d6215 to your computer and use it in GitHub Desktop.
.globl main
main:
movq $10, %rax
addq $32, %rax
retq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment