Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ?testRange@@YAXXZ PROC ; testRange, COMDAT
- ; 171 : {
- push esi
- push edi
- ; 172 : for( auto const&& x : irange( 101, 103 )*irange( 3, 7 ) )
- mov edi, 101 ; 00000065H
- $LN128@testRange:
- mov esi, 3
- npad 4
- $LL70@testRange:
- cmp edi, 104 ; 00000068H
- jne SHORT $LN84@testRange
- $LN127@testRange:
- cmp esi, 8
- je SHORT $LN123@testRange
- $LN84@testRange:
- ; 173 : {
- ; 174 : displayPair( get<0>( x ), get<1>( x ) );
- push edi
- push esi
- call ?displayPair@@YAXHH@Z ; displayPair
- inc esi
- add esp, 8
- cmp esi, 8
- jne SHORT $LL70@testRange
- ; 172 : for( auto const&& x : irange( 101, 103 )*irange( 3, 7 ) )
- inc edi
- cmp edi, 104 ; 00000068H
- je SHORT $LN127@testRange
- jmp SHORT $LN128@testRange
- $LN123@testRange:
- pop edi
- pop esi
- ; 175 : }
- ; 176 : newLine();
- jmp ?newLine@@YAXXZ ; newLine
- ?testRange@@YAXXZ ENDP ; testRange
Advertisement
Add Comment
Please, Sign In to add comment