mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
18 lines
359 B
JSON
18 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" }
|
|
]
|
|
}
|
|
]
|