FEX/unittests/ASM/Primary/Primary_C8.asm
2020-06-06 11:52:51 -07:00

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