mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
19 lines
359 B
JSON
19 lines
359 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Check preprocessor paste operator (compile mode)",
|
||
|
"format": "bin",
|
||
|
"source": "weirdpaste.asm",
|
||
|
"target": [
|
||
|
{ "output": "weirdpaste.bin" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Check preprocessor paste operator (preprocessor mode)",
|
||
|
"source": "weirdpaste.asm",
|
||
|
"option": "-E",
|
||
|
"target": [
|
||
|
{ "output": "weirdpaste.i" }
|
||
|
]
|
||
|
}
|
||
|
]
|