v86/tests/nasm/f2xm1.asm
2020-12-31 19:14:32 -06:00

19 lines
151 B
NASM

global _start
%include "header.inc"
fldz
f2xm1
fld1
f2xm1
fld1
fchs
f2xm1
fldln2
f2xm1
%include "footer.inc"