source: trunk/minix/lib/ack/float/cff4.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: 288 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.extern .cff4
3.sect .text
4.cff4:
5push ebp
6mov ebp,esp
7sub esp,12
8push 8
9lea eax,-12(ebp)
10push eax
11lea eax,8(ebp)
12push eax
13call .extend
14add esp,12
15push 4
16lea eax,12(ebp)
17push eax
18lea eax,-12(ebp)
19push eax
20call .compact
21add esp,12
22leave
23ret
Note: See TracBrowser for help on using the repository browser.