Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
; 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