forked from aniani/nasm
14 lines
199 B
JSON
14 lines
199 B
JSON
[
|
|
{
|
|
"description": "Test BCD numbers",
|
|
"id": "bcd",
|
|
"format": "bin",
|
|
"source": "bcd.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "bcd.bin" },
|
|
{ "stderr": "bcd.stderr" }
|
|
]
|
|
}
|
|
]
|