mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
9b6f94a410
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
21 lines
336 B
JSON
21 lines
336 B
JSON
[
|
|
{
|
|
"description": "Test com generation (-Ox)",
|
|
"id": "bintest",
|
|
"format": "bin",
|
|
"source": "bintest.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "bintest-ox.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test com generation (-O0)",
|
|
"ref": "bintest",
|
|
"option": "-O0",
|
|
"target": [
|
|
{ "output": "bintest-o0.bin" }
|
|
]
|
|
}
|
|
]
|