forked from aniani/nasm
19 lines
299 B
JSON
19 lines
299 B
JSON
[
|
|
{
|
|
"description": "Test loop offsets (-Ox)",
|
|
"id": "loopoffs",
|
|
"format": "bin",
|
|
"source": "loopoffs.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "loopoffs.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test loop offsets (-O0)",
|
|
"ref": "loopoffs",
|
|
"option": "-O0",
|
|
"update": false
|
|
}
|
|
]
|