source: trunk/minix/lib/ack/float/sbf4.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

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