FEX/unittests/ASM/Primary/Pause.asm
2022-05-26 08:51:00 -07:00

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