mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-07 14:10:23 +00:00
13 lines
167 B
NASM
13 lines
167 B
NASM
%ifdef CONFIG
|
|
{
|
|
}
|
|
%endif
|
|
|
|
; Set rcx to an absurd number just incase something terrible occurs since pause = `rep nop`
|
|
mov rcx, -1
|
|
|
|
; Just ensure execution.
|
|
pause
|
|
|
|
hlt
|