mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-13 11:13:38 +00:00
24 lines
279 B
NASM
24 lines
279 B
NASM
![]() |
%ifdef CONFIG
|
||
|
{
|
||
|
"RegData": {
|
||
|
"MM6": ["0xF000000000000000", "0xBFFF"],
|
||
|
"MM7": ["0xC000000000000000", "0x4000"]
|
||
|
},
|
||
|
"MemoryRegions": {
|
||
|
"0x100000000": "4096"
|
||
|
}
|
||
|
}
|
||
|
%endif
|
||
|
|
||
|
lea rdx, [rel data]
|
||
|
fld tword [rdx + 8 * 0]
|
||
|
|
||
|
fxtract
|
||
|
|
||
|
hlt
|
||
|
|
||
|
align 8
|
||
|
data:
|
||
|
dt -15.0
|
||
|
dq 0
|