Skip to content

Instantly share code, notes, and snippets.

@stryku
Created March 5, 2017 17:36
Show Gist options
  • Save stryku/1867b0274a63a050a88395a7a138ae4f to your computer and use it in GitHub Desktop.
Save stryku/1867b0274a63a050a88395a7a138ae4f to your computer and use it in GitHub Desktop.
pop eax
pop ecx
cmp eax, 0
jg 23
mov ebx, 0
add ebx, ecx
cmp ecx, 0
jg 12
mov eax, ebx
ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment