mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
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" }
|
||
|
]
|
||
|
}
|
||
|
]
|