test: nasm-t -- Add invlpga test

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-11-04 22:19:28 +03:00
parent f2710ca114
commit 8e2999b41b
3 changed files with 21 additions and 0 deletions

8
travis/test/invlpga.asm Normal file
View file

@ -0,0 +1,8 @@
bits 32
invlpga
invlpga ax,ecx
invlpga eax,ecx
bits 64
invlpga
invlpga eax,ecx
invlpga rax,ecx

View file

@ -0,0 +1 @@
゚g゚g

12
travis/test/invlpga.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"description": "Test invlpga instruction",
"id": "invlpga",
"format": "bin",
"source": "invlpga.asm",
"option": "-Ox",
"target": [
{ "output": "invlpga.bin" }
]
}
]