mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
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" }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|