v86/tests/nasm/fyl2xp1.asm

10 lines
92 B
NASM

global _start
%include "header.inc"
fld1
fldpi
fyl2xp1
%include "footer.inc"