blob: e8f0b9a609d50d4449b20e404d3543e3670b588d [file] [log] [blame]
# Check EPT instructions
.text
_start:
.rept 2
invept (%ecx), %ebx
invvpid (%ecx), %ebx
.intel_syntax noprefix
invept ebx, oword ptr [ecx]
invvpid ebx, oword ptr [ecx]
.att_syntax prefix
.code16
.endr