mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
21 lines
342 B
JSON
21 lines
342 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test vmread instruction",
|
||
|
"id": "vmread",
|
||
|
"format": "bin",
|
||
|
"source": "vmread.asm",
|
||
|
"target": [
|
||
|
{ "output": "vmread.bin" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test errors in vmread instruction",
|
||
|
"ref": "vmread",
|
||
|
"option": "-DERROR",
|
||
|
"target": [
|
||
|
{ "stderr": "vmread.stderr" }
|
||
|
],
|
||
|
"error": "expected"
|
||
|
}
|
||
|
]
|