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