|
|
|
@ -36,13 +36,13 @@ static const char description[] =
|
|
|
|
|
|
|
|
|
|
static const char version[] = "0.3";
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "show-source", I18N_NOOP( "Show source code lines in assembly output"),0},
|
|
|
|
|
{ "nooptimize", I18N_NOOP( "Do not attempt optimization of generated instructions."),0},
|
|
|
|
|
{ "+[Input URL]", I18N_NOOP( "Input filename" ),0},
|
|
|
|
|
{ "+[Output URL]", I18N_NOOP( "Output filename" ),0},
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|