mirror of
https://github.com/netwide-assembler/nasm.git
synced 2026-01-30 03:14:37 +00:00
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" }
|
|
]
|
|
}
|
|
]
|