mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
13 lines
188 B
JSON
13 lines
188 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test of floating-point formats",
|
||
|
"id": "float",
|
||
|
"format": "bin",
|
||
|
"source": "float.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "float.bin" }
|
||
|
]
|
||
|
}
|
||
|
]
|