mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-13 11:13:38 +00:00
18 lines
226 B
NASM
18 lines
226 B
NASM
%ifdef CONFIG
|
|
{
|
|
"RegData": {
|
|
"RAX": ["0x3f317218"]
|
|
},
|
|
"Env": { "FEX_X87REDUCEDPRECISION" : "1" }
|
|
}
|
|
%endif
|
|
|
|
mov rcx, 0xe0000000
|
|
|
|
fldln2
|
|
|
|
fst dword [rcx] ; Can't compare 64-bit precision with host
|
|
mov eax, [rcx]
|
|
|
|
hlt
|