mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-09 23:30:37 +00:00
22 lines
268 B
NASM
22 lines
268 B
NASM
%ifdef CONFIG
|
|
{
|
|
"RegData": {
|
|
"MM7": ["0x8000000000000000", "0x4009"]
|
|
},
|
|
"MemoryRegions": {
|
|
"0x100000000": "4096"
|
|
}
|
|
}
|
|
%endif
|
|
|
|
mov rdx, 0xe0000000
|
|
|
|
mov eax, 1024
|
|
mov [rdx + 8 * 0], eax
|
|
mov eax, -1
|
|
mov [rdx + 8 * 0 + 2], eax
|
|
|
|
fild word [rdx + 8 * 0]
|
|
|
|
hlt
|