source: trunk/minix/lib/i386/em/em_cuf4.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: 190 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.define .cuf4
3
4 .sect .text
5.cuf4:
6 mov bx,sp
7 fildl 8(bx)
8 cmp 8(bx),0
9 jge 1f
10 fisubl (bigmin)
11 fisubl (bigmin)
121:
13 fstps 8(bx)
14 wait
15 ret
Note: See TracBrowser for help on using the repository browser.