source: trunk/minix/lib/ack/float/zrf_ext.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: 210 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.extern .zrf_ext
3.sect .text
4.zrf_ext:
5push ebp
6mov ebp,esp
7push esi
8mov esi,8(ebp)
9mov 4(esi),0
10mov 8(esi),0
11o16 mov 2(esi),0
12o16 mov (esi),0
13pop esi
14leave
15ret
Note: See TracBrowser for help on using the repository browser.