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

10 lines
90 B
NASM

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