Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ?testLoop@@YAXXZ PROC ; testLoop, COMDAT
- ; 180 : {
- push esi
- push edi
- ; 181 : for( int i = 101; i != 104; ++i )
- mov edi, 101 ; 00000065H
- $LL6@testLoop:
- ; 182 : {
- ; 183 : for( int j = 3; j != 8; ++j )
- mov esi, 3
- npad 4
- $LL3@testLoop:
- ; 184 : {
- ; 185 : displayPair( j, i );
- push edi
- push esi
- call ?displayPair@@YAXHH@Z ; displayPair
- inc esi
- add esp, 8
- cmp esi, 8
- jne SHORT $LL3@testLoop
- ; 181 : for( int i = 101; i != 104; ++i )
- inc edi
- cmp edi, 104 ; 00000068H
- jne SHORT $LL6@testLoop
- pop edi
- pop esi
- ; 186 : }
- ; 187 : }
- ; 188 : newLine();
- jmp ?newLine@@YAXXZ ; newLine
- ?testLoop@@YAXXZ ENDP ; testLoop
Advertisement
Add Comment
Please, Sign In to add comment