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