forked from aniani/nasm
14 lines
192 B
JSON
14 lines
192 B
JSON
[
|
|
{
|
|
"description": "Test time macros",
|
|
"id": "time",
|
|
"format": "bin",
|
|
"source": "time.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "time.bin" }
|
|
],
|
|
"disable": "true"
|
|
}
|
|
]
|