v86/tests/nasm/fpu_m80.asm
2020-12-31 19:14:29 -06:00

14 lines
141 B
NASM

global _start
section .data
align 16
%include "header.inc"
push 1
push 0
push 0
fld tword [esp-8]
%include "footer.inc"