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

9 lines
79 B
NASM

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