mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
22 lines
382 B
JSON
22 lines
382 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.t" }
|
||
|
],
|
||
|
"error": "expected"
|
||
|
}
|
||
|
]
|