blob: a693ef5f6b7f5f3bde7bad8d554acab9be4b49e9 [file] [log] [blame] [raw]
global _start
section .data
align 16
myquad:
dq 0xad0000ceadad00ff
mydword:
dd 0xcafebabe
myaddress:
dq 0x00adbeefc0de00ce
%include "header.inc"
fld dword [mydword]
fld dword [myquad]
emms
%include "footer.inc"
;;; fptag = 0xFFFF
;;; cpu.fpu.load_tag_word() = 0xFFFF
;;; The automated nasm test fails because MMX registers are meant to
;;; alias the mantissa part of the 80-bit x87 registers, which we're
;;; ignoring at the moment.