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

9 lines
81 B
NASM

global _start
%include "header.inc"
fldpi
fsqrt
%include "footer.inc"