forked from aniani/nasm
13 lines
188 B
JSON
13 lines
188 B
JSON
[
|
|
{
|
|
"description": "Test obj executable builtin",
|
|
"id": "objexe",
|
|
"format": "obj",
|
|
"source": "objexe.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "objexe.obj" }
|
|
]
|
|
}
|
|
]
|