Skip to content

Instantly share code, notes, and snippets.

@kmaglione
Created April 8, 2015 18:41
Show Gist options
  • Save kmaglione/d247e3a6aa72431dc98f to your computer and use it in GitHub Desktop.
Save kmaglione/d247e3a6aa72431dc98f to your computer and use it in GitHub Desktop.
.file "strength.c"
.text
.globl foo
.type foo, @function
foo:
.LFB0:
.cfi_startproc
leal 63(%rdi), %eax
testl %edi, %edi
cmovns %edi, %eax
sarl $6, %eax
ret
.cfi_endproc
.LFE0:
.size foo, .-foo
.ident "GCC: (GNU) 4.9.2 20150204 (prerelease)"
.section .note.GNU-stack,"",@progbits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment