mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
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"
|
|
}
|
|
]
|