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

23 lines
413 B
JSON

[
{
"description": "Test mov imm intruction (-Ox)",
"id": "movimm",
"format": "bin",
"source": "movimm.asm",
"option": "-Ox",
"target": [
{ "output": "movimm-ox.bin" },
{ "stderr": "movimm-ox.stderr" }
]
},
{
"description": "Test mov imm intruction (-O0)",
"ref": "movimm",
"option": "-O0",
"target": [
{ "output": "movimm-o0.bin" },
{ "stderr": "movimm-o0.stderr" }
]
}
]