FEX/unittests/ASM/X87/D9_E0.asm
2020-05-28 14:47:43 -07:00

30 lines
348 B
NASM

%ifdef CONFIG
{
"RegData": {
"MM6": ["0x8000000000000000", "0x3FFF"],
"MM7": ["0x8000000000000000", "0xC000"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
lea rdx, [rel data]
fld tword [rdx + 8 * 0]
fchs
lea rdx, [rel data2]
fld tword [rdx + 8 * 0]
fchs
hlt
align 8
data:
dt 2.0
dq 0
data2:
dt -1.0
dq 0