mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
test: nasm-t -- Add invlpga test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
f2710ca114
commit
8e2999b41b
8
travis/test/invlpga.asm
Normal file
8
travis/test/invlpga.asm
Normal file
@ -0,0 +1,8 @@
|
||||
bits 32
|
||||
invlpga
|
||||
invlpga ax,ecx
|
||||
invlpga eax,ecx
|
||||
bits 64
|
||||
invlpga
|
||||
invlpga eax,ecx
|
||||
invlpga rax,ecx
|
1
travis/test/invlpga.bin.t
Normal file
1
travis/test/invlpga.bin.t
Normal file
@ -0,0 +1 @@
|
||||
゚g゚゚゚g゚゚
|
12
travis/test/invlpga.json
Normal file
12
travis/test/invlpga.json
Normal file
@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"description": "Test invlpga instruction",
|
||||
"id": "invlpga",
|
||||
"format": "bin",
|
||||
"source": "invlpga.asm",
|
||||
"option": "-Ox",
|
||||
"target": [
|
||||
{ "output": "invlpga.bin" }
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user