Skip to content

Instantly share code, notes, and snippets.

@mattwarren
Created September 19, 2014 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattwarren/c44a08eedb46c01aad51 to your computer and use it in GitHub Desktop.
Save mattwarren/c44a08eedb46c01aad51 to your computer and use it in GitHub Desktop.
; 270: for (int i = 0; i < iterations; i++)
0000005f xor edx,edx
00000061 mov dword ptr [ebp-10h],edx
00000064 test ebx,ebx
00000066 jle 00000092
; 271: {
; 272: result = Math.Sqrt(123.456);
00000068 mov ecx,7277806Ch
0000006d call FFF22C08
00000072 mov esi,eax
00000074 fld qword ptr ds:[0020F698h]
0000007a fsqrt
0000007c fstp qword ptr [esi+4]
0000007f lea edx,ds:[032B33BCh]
00000085 call 73612798
; 270: for (int i = 0; i < iterations; i++)
0000008a inc dword ptr [ebp-10h]
0000008d cmp dword ptr [ebp-10h],ebx
00000090 jl 00000068
; 273: }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment