nasm/travis/test/clzero.json

22 lines
380 B
JSON
Raw Normal View History

[
{
"description": "Test CLZERO instruction (ax/eax/rax)",
"id": "clzero",
"format": "bin",
"source": "clzero.asm",
"option": "-Ox",
"target": [
{ "output": "clzero.bin" }
]
},
{
"description": "Test unsupported CLZERO instruction",
"ref": "clzero",
"option": "-Ox -DERROR",
"target": [
{ "stderr": "clzero.stderr" }
],
"error": "expected"
}
]