mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
c51934e40f
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
45 lines
895 B
JSON
45 lines
895 B
JSON
[
|
|
{
|
|
"description": "Test __OUTPUT_FORMAT__ directive (bin)",
|
|
"id": "nasmformat",
|
|
"format": "bin",
|
|
"source": "nasmformat.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "nasmformat.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test __OUTPUT_FORMAT__ directive (elf32)",
|
|
"ref": "nasmformat",
|
|
"format": "elf32",
|
|
"target": [
|
|
{ "output": "nasmformat-elf32.o" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test __OUTPUT_FORMAT__ directive (elf64)",
|
|
"ref": "nasmformat",
|
|
"format": "elf64",
|
|
"target": [
|
|
{ "output": "nasmformat-elf64.o" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test __OUTPUT_FORMAT__ directive (macho32)",
|
|
"ref": "nasmformat",
|
|
"format": "macho32",
|
|
"target": [
|
|
{ "output": "nasmformat-macho32.o" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test __OUTPUT_FORMAT__ directive (macho64)",
|
|
"ref": "nasmformat",
|
|
"format": "macho64",
|
|
"target": [
|
|
{ "output": "nasmformat-macho64.o" }
|
|
]
|
|
}
|
|
]
|