|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: |
Dump of assembler code for function phase_2: 0x08048d91 <phase_2+0>: push %ebp 0x08048d92 <phase_2+1>: mov %esp,%ebp 0x08048d94 <phase_2+3>: push %esi 0x08048d95 <phase_2+4>: push %ebx 0x08048d96 <phase_2+5>: sub $0x30,%esp 0x08048d99 <phase_2+8>: lea -0x20(%ebp),%eax 0x08048d9c <phase_2+11>: mov %eax,0x4(%esp) 0x08048da0 <phase_2+15>: mov 0x8(%ebp),%eax 0x08048da3 <phase_2+18>: mov %eax,(%esp) 0x08048da6 <phase_2+21>: call 0x8048f56 <read_six_numbers> 0x08048dab <phase_2+26>: cmpl $0x1,-0x20(%ebp) 0x08048daf <phase_2+30>: je 0x8048db6 <phase_2+37> 0x08048db1 <phase_2+32>: call 0x8048f2c <explode_bomb> 0x08048db6 <phase_2+37>: mov $0x2,%ebx 0x08048dbb <phase_2+42>: lea -0x20(%ebp),%esi 0x08048dbe <phase_2+45>: mov %ebx,%eax 0x08048dc0 <phase_2+47>: imul -0x8(%esi,%ebx,4),%eax 0x08048dc5 <phase_2+52>: cmp %eax,-0x4(%esi,%ebx,4) 0x08048dc9 <phase_2+56>: je 0x8048dd0 <phase_2+63> 0x08048dcb <phase_2+58>: call 0x8048f2c <explode_bomb> 0x08048dd0 <phase_2+63>: add $0x1,%ebx 0x08048dd3 <phase_2+66>: cmp $0x7,%ebx 0x08048dd6 <phase_2+69>: jne 0x8048dbe <phase_2+45> 0x08048dd8 <phase_2+71>: add $0x30,%esp 0x08048ddb <phase_2+74>: pop %ebx 0x08048ddc <phase_2+75>: pop %esi 0x08048ddd <phase_2+76>: pop %ebp 0x08048dde <phase_2+77>: ret End of assembler dump. |
Advertisement
| Hall of Fame |