mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-03 01:58:59 +00:00
Add -rt11 and -rsx options to usage message.
This commit is contained in:
@@ -145,6 +145,8 @@ static void print_help(
|
||||
printf(" libraries (see -m) into individual .MAC files in the current\n");
|
||||
printf(" directory. No assembly of input is done.\n");
|
||||
printf(" This must be the last command line option!\n");
|
||||
printf("-rsx Generate RSX style object files (default).\n");
|
||||
printf("-rt11 Generate RT11 style object files.\n");
|
||||
printf("-ysl Syntax extension: change length of symbols from \n");
|
||||
printf(" default = %d to larger values, max %d.\n", SYMMAX_DEFAULT, SYMMAX_MAX);
|
||||
printf("-yus Syntax extension: allow underscore \"_\" in symbols.\n");
|
||||
|
||||
Reference in New Issue
Block a user