Rev | Line | |
---|
[9] | 1 | .sect .text; .sect .rom; .sect .data; .sect .bss
|
---|
| 2 | .extern .sbf4
|
---|
| 3 | .sect .text
|
---|
| 4 | .sbf4:
|
---|
| 5 | push ebp
|
---|
| 6 | mov ebp,esp
|
---|
| 7 | sub esp,24
|
---|
| 8 | cmp 8(ebp),0
|
---|
| 9 | je I1_1
|
---|
| 10 | push 4
|
---|
| 11 | lea eax,-12(ebp)
|
---|
| 12 | push eax
|
---|
| 13 | lea eax,12(ebp)
|
---|
| 14 | push eax
|
---|
| 15 | call .extend
|
---|
| 16 | add esp,12
|
---|
| 17 | push 4
|
---|
| 18 | lea eax,-24(ebp)
|
---|
| 19 | push eax
|
---|
| 20 | lea eax,8(ebp)
|
---|
| 21 | push eax
|
---|
| 22 | call .extend
|
---|
| 23 | add esp,12
|
---|
| 24 | lea eax,-24(ebp)
|
---|
| 25 | push eax
|
---|
| 26 | lea eax,-12(ebp)
|
---|
| 27 | push eax
|
---|
| 28 | call .sub_ext
|
---|
| 29 | pop ecx
|
---|
| 30 | pop ecx
|
---|
| 31 | push 4
|
---|
| 32 | lea eax,12(ebp)
|
---|
| 33 | push eax
|
---|
| 34 | lea eax,-12(ebp)
|
---|
| 35 | push eax
|
---|
| 36 | call .compact
|
---|
| 37 | add esp,12
|
---|
| 38 | I1_1:
|
---|
| 39 | leave
|
---|
| 40 | ret
|
---|
Note:
See
TracBrowser
for help on using the repository browser.