nasm/travis/test/invlpga.json
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

12 lines
188 B
JSON

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