mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-14 19:47:59 +00:00
20 lines
191 B
NASM
20 lines
191 B
NASM
%ifdef CONFIG
|
|
{
|
|
"RegData": {
|
|
"MM7": ["0x0000000000000000", "0x0000"]
|
|
},
|
|
"Mode": "32BIT"
|
|
}
|
|
%endif
|
|
|
|
lea edx, [data]
|
|
fld tword [edx + 8 * 0]
|
|
f2xm1
|
|
|
|
hlt
|
|
|
|
align 8
|
|
data:
|
|
dt 0.0
|
|
dq 0
|