Skip to content

Instantly share code, notes, and snippets.

@nixeagle
Created July 21, 2010 00:42
Show Gist options
  • Save nixeagle/483860 to your computer and use it in GitHub Desktop.
Save nixeagle/483860 to your computer and use it in GitHub Desktop.
(defop nop #x90 () "No operation.")
(defop nop #x90 () "No operation."
:prefix #xf3)
(defop nop #x1f () "No operation."
:register-opcode-field 0
:prefix #x0f)
(defop nop #x0f () "No operation."
:prefix #x0d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment