Line | |
---|
1 | .sect .text; .sect .rom; .sect .data; .sect .bss
|
---|
2 | .extern .fef8
|
---|
3 | .sect .text
|
---|
4 | .fef8:
|
---|
5 | push ebp
|
---|
6 | mov ebp,esp
|
---|
7 | sub esp,12
|
---|
8 | push esi
|
---|
9 | mov esi,8(ebp)
|
---|
10 | push 8
|
---|
11 | lea eax,-12(ebp)
|
---|
12 | push eax
|
---|
13 | lea eax,12(ebp)
|
---|
14 | push eax
|
---|
15 | call .extend
|
---|
16 | add esp,12
|
---|
17 | movzx edx,-10(ebp)
|
---|
18 | test edx,edx
|
---|
19 | jne I1_4
|
---|
20 | cmp -8(ebp),0
|
---|
21 | jne I1_4
|
---|
22 | cmp -4(ebp),0
|
---|
23 | jne I1_4
|
---|
24 | mov (esi),0
|
---|
25 | jmp I1_5
|
---|
26 | I1_4:
|
---|
27 | movsx eax,-10(ebp)
|
---|
28 | inc eax
|
---|
29 | mov (esi),eax
|
---|
30 | o16 mov -10(ebp),-1
|
---|
31 | I1_5:
|
---|
32 | push 8
|
---|
33 | lea eax,4(esi)
|
---|
34 | push eax
|
---|
35 | lea eax,-12(ebp)
|
---|
36 | push eax
|
---|
37 | call .compact
|
---|
38 | add esp,12
|
---|
39 | pop esi
|
---|
40 | leave
|
---|
41 | ret
|
---|
Note:
See
TracBrowser
for help on using the repository browser.