source:
trunk/minix/lib/i386/em/em_cuf4.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 190 bytes |
Rev | Line | |
---|---|---|
[9] | 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) | |
12 | 1: | |
13 | fstps 8(bx) | |
14 | wait | |
15 | ret |
Note:
See TracBrowser
for help on using the repository browser.