mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
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"
|
|
}
|
|
]
|