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