mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
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" }
|
||
|
]
|
||
|
}
|
||
|
]
|