mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-03 13:03:22 +00:00
19 lines
206 B
NASM
19 lines
206 B
NASM
%ifdef CONFIG
|
|
{
|
|
"RegData": {
|
|
"RSP": "0xE0000FE8",
|
|
"RBP": "0xE0000FF8"
|
|
},
|
|
"MemoryRegions": {
|
|
"0x100000000": "4096"
|
|
}
|
|
}
|
|
%endif
|
|
|
|
mov rsp, 0xe0001000
|
|
mov rbp, 0xe0001000
|
|
|
|
enter 0x10, 0
|
|
hlt
|
|
|