Skip to content

Instantly share code, notes, and snippets.

@evilpie
Created August 10, 2012 21:03
Show Gist options
  • Save evilpie/3317919 to your computer and use it in GitHub Desktop.
Save evilpie/3317919 to your computer and use it in GitHub Desktop.
and eax, 0x33
and eax, 0x22
mov [ebx + 0x44], eax
mov [ebx + 0x40], 0x4
and [ebx + 0x44], 0x11 ; why postpone that?
; vs
and eax, 0x33
and eax, 0x22
and eax, 0x11
mov [ebx + 0x44], eax
mov [ebx + 0x40], 0x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment