mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
b93462b8f7
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
41 lines
937 B
JSON
41 lines
937 B
JSON
[
|
|
{
|
|
"description": "Test of explicitly and implicitly sized operands (-O0)",
|
|
"id": "expimp",
|
|
"format": "bin",
|
|
"source": "expimp.asm",
|
|
"option": "-O0",
|
|
"target": [
|
|
{ "output": "expimp-o0.bin" },
|
|
{ "stderr": "expimp-o0.stderr" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test of explicitly and implicitly sized operands (-O1)",
|
|
"ref": "expimp",
|
|
"option": "-O1",
|
|
"target": [
|
|
{ "output": "expimp-o1.bin" },
|
|
{ "stderr": "expimp-o1.stderr" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test of explicitly and implicitly sized operands (-Ox)",
|
|
"ref": "expimp",
|
|
"option": "-Ox -DERROR -o expimp-ox-error.bin",
|
|
"target": [
|
|
{ "stderr": "expimp-ox-error.stderr" }
|
|
],
|
|
"error": "expected"
|
|
},
|
|
{
|
|
"description": "Test of explicitly and implicitly sized operands (-O0 error)",
|
|
"ref": "expimp",
|
|
"option": "-O0 -DERROR -o expimp-o0-error.bin",
|
|
"target": [
|
|
{ "stderr": "expimp-o0-error.stderr" }
|
|
],
|
|
"error": "expected"
|
|
}
|
|
]
|