.CODE ViEnter PROC mov [rsp+8h],rdi mov rdi,0FFFFFFFFFFFFFFFFh ;store registers now ret ViEnter ENDP END