Skip to content

Instantly share code, notes, and snippets.

@ShinyaKato
Last active December 1, 2018 15:02
Show Gist options
  • Save ShinyaKato/afd5a4153d76608dbcdd0a33d0e82618 to your computer and use it in GitHub Desktop.
Save ShinyaKato/afd5a4153d76608dbcdd0a33d0e82618 to your computer and use it in GitHub Desktop.
Assembler Note

instructions

  • [DONE] popq
  • [DONE] pushq
  • [DONE] movq
  • [DONE] movl
  • [DONE] movw
  • [DONE] movb
  • [DONE] movzbl
  • [DONE] movsbl
  • [DONE] movswl
  • movsd
  • [DONE] leaq
  • [DONE] negl
  • [DONE] notl
  • [DONE] addq
  • [DONE] addl
  • [DONE] subq
  • [DONE] subl
  • [DONE] mulq
  • [DONE] imull
  • [DONE] idivl
  • [DONE] andl
  • [DONE] xorl
  • [DONE] orl
  • [DONE] sall
  • [DONE] sarl
  • [DONE] cmpq
  • [DONE] cmpl
  • [DONE] cmpb
  • [DONE] sete
  • [DONE] setne
  • [DONE] setl
  • [DONE] setg
  • [DONE] setle
  • [DONE] setge
  • [DONE] jmp
  • [DONE] je
  • [DONE] jne
  • [DONE] call
  • [DONE] leave
  • [DONE] ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment