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

10 lines
88 B
NASM

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