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 31 32 33
| 00000000 <__Z7FactItei>:
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 10 sub $0x10,%esp
6: c7 45 f8 01 00 00 00 movl $0x1,-0x8(%ebp)
d: c7 45 fc 01 00 00 00 movl $0x1,-0x4(%ebp)
14: eb 0e jmp 24 <__Z7FactItei+0x24>
16: 8b 45 f8 mov -0x8(%ebp),%eax
19: 0f af 45 fc imul -0x4(%ebp),%eax
1d: 89 45 f8 mov %eax,-0x8(%ebp)
20: 83 45 fc 01 addl $0x1,-0x4(%ebp)
24: 8b 45 fc mov -0x4(%ebp),%eax
27: 3b 45 08 cmp 0x8(%ebp),%eax
2a: 7e ea jle 16 <__Z7FactItei+0x16>
2c: 8b 45 f8 mov -0x8(%ebp),%eax
2f: c9 leave
30: c3 ret
31: 90 nop
00000032 <__Z9FactRecuri>:
32: 55 push %ebp
33: 89 e5 mov %esp,%ebp
35: 83 ec 04 sub $0x4,%esp
38: 83 7d 08 01 cmpl $0x1,0x8(%ebp)
3c: 74 0e je 4c <__Z9FactRecuri+0x1a>
3e: 8b 45 08 mov 0x8(%ebp),%eax
41: 83 e8 01 sub $0x1,%eax
44: 89 04 24 mov %eax,(%esp)
47: e8 e6 ff ff ff call 32 <__Z9FactRecuri>
4c: 8b 45 08 mov 0x8(%ebp),%eax
4f: c9 leave
50: c3 ret
51: 90 nop |
Partager