mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
19 lines
329 B
JSON
19 lines
329 B
JSON
[
|
|
{
|
|
"description": "Test for exebin.mac macros (-Ox)",
|
|
"id": "binexe",
|
|
"format": "bin",
|
|
"source": "binexe.asm",
|
|
"option": "-Ox -i./misc/",
|
|
"target": [
|
|
{ "output": "binexe.exe" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test for exebin.mac macros (-O0)",
|
|
"ref": "binexe",
|
|
"option": "-O0 -i./misc/",
|
|
"update": false
|
|
}
|
|
]
|