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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
fl.o: Dateiformat pe-i386
Disassembly of section .text:
00000000 <_fl>:
0: 55 push %ebp
1: b9 03 00 00 00 mov $0x3,%ecx
6: 89 e5 mov %esp,%ebp
8: 50 push %eax
9: 8b 45 08 mov 0x8(%ebp),%eax
c: c1 e0 02 shl $0x2,%eax
f: 99 cltd
10: f7 f9 idiv %ecx
12: 89 45 fc mov %eax,-0x4(%ebp)
15: db 45 fc fildl -0x4(%ebp)
18: c9 leave
19: c3 ret
0000001a <_dbl>:
1a: 55 push %ebp
1b: b9 03 00 00 00 mov $0x3,%ecx
20: 89 e5 mov %esp,%ebp
22: 50 push %eax
23: 8b 45 08 mov 0x8(%ebp),%eax
26: c1 e0 02 shl $0x2,%eax
29: 99 cltd
2a: f7 f9 idiv %ecx
2c: 89 45 fc mov %eax,-0x4(%ebp)
2f: db 45 fc fildl -0x4(%ebp)
32: c9 leave
33: c3 ret
00000034 <_ldbl>:
34: 55 push %ebp
35: b9 03 00 00 00 mov $0x3,%ecx
3a: 89 e5 mov %esp,%ebp
3c: 50 push %eax
3d: 8b 45 08 mov 0x8(%ebp),%eax
40: c1 e0 02 shl $0x2,%eax
43: 99 cltd
44: f7 f9 idiv %ecx
46: 89 45 fc mov %eax,-0x4(%ebp)
49: db 45 fc fildl -0x4(%ebp)
4c: c9 leave
4d: c3 ret
4e: 90 nop
4f: 90 nop
|