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

32 lines
353 B
NASM

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