mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
21 lines
356 B
JSON
21 lines
356 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test 0xFFFF optimization (-Ox)",
|
||
|
"id": "br3058845",
|
||
|
"format": "bin",
|
||
|
"source": "br3058845.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "br3058845-ox.bin" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test 0xFFFF optimization (-O0)",
|
||
|
"ref": "br3058845",
|
||
|
"option": "-O0",
|
||
|
"target": [
|
||
|
{ "output": "br3058845-o0.bin" }
|
||
|
]
|
||
|
}
|
||
|
]
|