mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
ad2fab7778
Just to unify with other tests Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
22 lines
380 B
JSON
22 lines
380 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
]
|