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