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

30 lines
344 B
NASM

%ifdef CONFIG
{
"RegData": {
"MM6": ["0x8666666666666666", "0x4000"],
"MM7": ["0xC000000000000000", "0x4000"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
lea rdx, [rel data]
fld tword [rdx + 8 * 0]
lea rdx, [rel data2]
fld tword [rdx + 8 * 0]
fprem
hlt
align 8
data:
dt 3.0
dq 0
data2:
dt 5.1
dq 0