Created
September 19, 2014 09:04
-
-
Save mattwarren/faa0ebf6a1b5ff81a08e to your computer and use it in GitHub Desktop.
This file contains 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
; 270: for (int i = 0; i < iterations; i++) | |
000000d3 mov r12d,dword ptr [rbp+68h] | |
000000d7 test r12d,r12d | |
000000da jle 0000000000000116 | |
000000dc xor ebx,ebx | |
000000de xchg ax,ax | |
; 271: { | |
; 272: result = Math.Sqrt(123.456); | |
000000e0 sqrtsd xmm0,mmword ptr [000002A8h] | |
000000e8 movsd mmword ptr [rbp+20h],xmm0 | |
000000ed lea rdx,[rbp+20h] | |
000000f1 lea rcx,[5E5C9048h] | |
000000f8 call 000000005F61BBB0 | |
000000fd mov rdx,rax | |
00000100 mov rcx,129A5768h | |
0000010a call 000000005F61A660 | |
; 270: for (int i = 0; i < iterations; i++) | |
0000010f inc ebx | |
00000111 cmp ebx,r12d | |
00000114 jl 00000000000000E0 | |
; 273: } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment