source:
trunk/minix/lib/ack/float/cff8.s@
20
Last change on this file since 20 was 9, checked in by , 14 years ago | |
---|---|
File size: 287 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .extern .cff8 | |
3 | .sect .text | |
4 | .cff8: | |
5 | push ebp | |
6 | mov ebp,esp | |
7 | sub esp,12 | |
8 | push 4 | |
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 8 | |
16 | lea eax,8(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.