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

10 lines
89 B
NASM

global _start
%include "header.inc"
fldz
fldz
fdivr
%include "footer.inc"