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