mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
23c180ea2c
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
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
|
|
}
|
|
]
|