mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
22 lines
343 B
JSON
22 lines
343 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test v4 instructions",
|
||
|
"id": "v4",
|
||
|
"format": "bin",
|
||
|
"source": "v4.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "v4.bin" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test v4 instructions (error)",
|
||
|
"ref": "v4",
|
||
|
"option": "-DERROR -o v4.bin",
|
||
|
"target": [
|
||
|
{ "stderr": "v4.stderr" }
|
||
|
],
|
||
|
"error": "expected"
|
||
|
}
|
||
|
]
|