mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
5fc8791857
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
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"
|
|
}
|
|
]
|