Skip to content

Instantly share code, notes, and snippets.

@anarazel
Created September 8, 2018 20:46
Show Gist options
  • Save anarazel/84cd16d3242ca4bd4c4fb6f4a86bb05a to your computer and use it in GitHub Desktop.
Save anarazel/84cd16d3242ca4bd4c4fb6f4a86bb05a to your computer and use it in GitHub Desktop.
movb $0, (%rbx)
movl (%rax,%rcx), %esi
movq %rsi, (%r10)
movb $0, 1(%rbx)
movl 4(%rax,%rcx), %esi
movq %rsi, 8(%r10)
movb $0, 2(%rbx)
movl 8(%rax,%rcx), %esi
movq %rsi, 16(%r10)
movb $0, 3(%rbx)
movl 12(%rax,%rcx), %esi
movq %rsi, 24(%r10)
movb $0, 4(%rbx)
movq 16(%rax,%rcx), %rsi
movq %rsi, 32(%r10)
movb $0, 5(%rbx)
movq 24(%rax,%rcx), %rsi
movq %rsi, 40(%r10)
movb $0, 6(%rbx)
movq 32(%rax,%rcx), %rsi
movq %rsi, 48(%r10)
movb $0, 7(%rbx)
movq 40(%rax,%rcx), %rsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment