mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
943f9ce514
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
30 lines
564 B
JSON
30 lines
564 B
JSON
[
|
|
{
|
|
"description": "Test smartalign in 16 bit mode",
|
|
"id": "smartalign16",
|
|
"format": "bin",
|
|
"source": "smartalign16.asm",
|
|
"target": [
|
|
{ "output": "smartalign16.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test smartalign in 32 bit mode",
|
|
"id": "smartalign32",
|
|
"format": "bin",
|
|
"source": "smartalign32.asm",
|
|
"target": [
|
|
{ "output": "smartalign32.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test smartalign in 64 bit mode",
|
|
"id": "smartalign64",
|
|
"format": "bin",
|
|
"source": "smartalign64.asm",
|
|
"target": [
|
|
{ "output": "smartalign64.bin" }
|
|
]
|
|
}
|
|
]
|