FEX/unittests/ASM/X87/D9_F1.asm

32 lines
351 B
NASM

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