nasm/travis/test/invlpga.asm
Cyrill Gorcunov 8e2999b41b test: nasm-t -- Add invlpga test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

9 lines
103 B
NASM

bits 32
invlpga
invlpga ax,ecx
invlpga eax,ecx
bits 64
invlpga
invlpga eax,ecx
invlpga rax,ecx