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

13 lines
134 B
NASM

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