source:
trunk/minix/lib/ack/float/cff4.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 288 bytes |
Line | |
---|---|
1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .extern .cff4 |
3 | .sect .text |
4 | .cff4: |
5 | push ebp |
6 | mov ebp,esp |
7 | sub esp,12 |
8 | push 8 |
9 | lea eax,-12(ebp) |
10 | push eax |
11 | lea eax,8(ebp) |
12 | push eax |
13 | call .extend |
14 | add esp,12 |
15 | push 4 |
16 | lea eax,12(ebp) |
17 | push eax |
18 | lea eax,-12(ebp) |
19 | push eax |
20 | call .compact |
21 | add esp,12 |
22 | leave |
23 | ret |
Note:
See TracBrowser
for help on using the repository browser.