1.global fmodl
2.type fmodl,@function
3fmodl:
4	fldt 16(%esp)
5	fldt 4(%esp)
61:	fprem
7	fnstsw %ax
8	sahf
9	jp 1b
10	fstp %st(1)
11	ret
12