mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-10 00:55:55 +00:00
22 lines
254 B
NASM
22 lines
254 B
NASM
%ifdef CONFIG
|
|
{
|
|
"RegData": {
|
|
"MM7": ["0x8000000000000000", "0x3fff"]
|
|
},
|
|
"MemoryRegions": {
|
|
"0x100000000": "4096"
|
|
}
|
|
}
|
|
%endif
|
|
|
|
mov rdx, 0xe0000000
|
|
|
|
mov eax, 0x3f834241 ; 1.02546
|
|
mov [rdx + 8 * 0], eax
|
|
|
|
fld dword [rdx + 8 * 0]
|
|
|
|
frndint
|
|
|
|
hlt
|