source: trunk/minix/lib/i386/em/em_cif8.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: 132 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.define .cif8
3
4 .sect .text
5.cif8:
6 mov bx,sp
7 fildl 8(bx)
8 fstpd 4(bx)
9 wait
10 ret
Note: See TracBrowser for help on using the repository browser.