0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

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 @@
<EFBFBD>g<EFBFBD><EFBFBD><EFBFBD>g<EFBFBD><EFBFBD>

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" }
]
}
]