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