source:
trunk/minix/lib/i386/em/em_mlf4.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .define .mlf4 | |
3 | ||
4 | .sect .text | |
5 | .mlf4: | |
6 | mov bx,sp | |
7 | flds 4(bx) | |
8 | fmuls 8(bx) | |
9 | fstps 8(bx) | |
10 | wait | |
11 | ret |
Note:
See TracBrowser
for help on using the repository browser.