mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
21 lines
376 B
JSON
21 lines
376 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test warnings on imul operation (nowarn)",
|
||
|
"id": "imul",
|
||
|
"format": "bin",
|
||
|
"source": "imul.asm",
|
||
|
"target": [
|
||
|
{ "output": "imul-nowarn.bin" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test warnings on imul operation (warn)",
|
||
|
"ref": "imul",
|
||
|
"option": "-DWARN",
|
||
|
"target": [
|
||
|
{ "output": "imul-warn.bin" },
|
||
|
{ "stderr": "imul-warn.stderr" }
|
||
|
]
|
||
|
}
|
||
|
]
|