v86/tests/nasm/fxtract-zero.asm
2020-08-30 19:37:15 -05:00

13 lines
130 B
NASM

global _start
section .data
align 16
%include "header.inc"
push 0
fild dword [esp]
fxtract
%include "footer.inc"