mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-12 18:39:18 +00:00
24 lines
244 B
NASM
24 lines
244 B
NASM
%ifdef CONFIG
|
|
{
|
|
"RegData": {
|
|
"MM7": ["0x8000000000000000", "0xBFFF"]
|
|
},
|
|
"Mode": "32BIT"
|
|
}
|
|
%endif
|
|
|
|
lea edx, [data]
|
|
fld tword [edx + 8 * 0]
|
|
|
|
lea edx, [data2]
|
|
fsub qword [edx + 8 * 0]
|
|
|
|
hlt
|
|
|
|
align 8
|
|
data:
|
|
dt 1.0
|
|
dq 0
|
|
data2:
|
|
dq 2.0
|