Created
March 5, 2017 17:36
-
-
Save stryku/1867b0274a63a050a88395a7a138ae4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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