minix/lib/i386/em/em_mlf4.s
2005-04-21 14:53:53 +00:00

12 lines
144 B
ArmAsm
Executable file

.sect .text; .sect .rom; .sect .data; .sect .bss
.define .mlf4
.sect .text
.mlf4:
mov bx,sp
flds 4(bx)
fmuls 8(bx)
fstps 8(bx)
wait
ret