home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / motasm / motasm05 / !ASM05_DESC < prev    next >
Encoding:
Text File  |  1995-09-11  |  1.9 KB  |  92 lines

  1. # This is a description of the wimp interface for asm05
  2.  
  3. tool_details_start
  4.    name          "asm05";
  5.    command_is    "<asm05$Dir>.asm05";
  6.    version       "3.04 10 Sep 1995";
  7.    wimpslot      128k;
  8.    has_extended_cmdline;
  9. tool_details_end
  10.  
  11. metaoptions_start
  12.    has_auto_run;
  13.    has_auto_save   on  ^."s19."leafname from icn 3;
  14.    has_text_window;
  15.    has_summary_window;
  16.    display_dft_is text;
  17. metaoptions_end
  18.  
  19.  
  20.  
  21. fileoutput_start
  22.    output_option_is      "-o";
  23.    output_dft_is         produces_output;
  24. fileoutput_end
  25.  
  26.  
  27. dbox_start
  28.    icons_start
  29.       icn  3 maps_to string  not_saved;
  30.       icn  12 maps_to "-I" string not_saved;
  31.       icn  6 maps_to "-list";
  32.       icn  7 maps_to "-x";
  33.       icn  8 maps_to "-sym";
  34.       icn  9 maps_to "-cyc";
  35.       icn 10 maps_to "-cpp";
  36.       icn 11 maps_to "-split";
  37.    icons_end
  38.  
  39.    defaults
  40.    icn  3 "",
  41.    icn  6 on,
  42.    icn  7 off,
  43.    icn  8 off,
  44.    icn  9 off,
  45.    icn 10 off,
  46.    icn 11 off;
  47.  
  48.  
  49.    imports_start
  50. #      wild_card_is "*";
  51.       drag_to  icn 3   inserts icn 3 separator_is " ";
  52.       drag_to  icn 12  inserts icn 12 separator_is " -I";
  53.       drag_to  iconbar inserts icn 3;
  54.    imports_end
  55.  
  56. dbox_end
  57.  
  58. menu_start
  59.    "cpp only"    maps_to "-noasm";
  60.    "Add CR"      maps_to "-crlf";
  61.    "Page length"     maps_to "-p" sub_menu " Form feed: " 8 prefix_by " ";
  62.    "check END"    maps_to "-end";
  63.  
  64.    defaults
  65.    menu 1 off,
  66.    menu 2 off,
  67.    menu 3 on sub_menu "50", 
  68.    menu 4 off;
  69. menu_end
  70.  
  71. deselections_start
  72. #    icn 6 deselects icn 7, icn 8, icn 9;
  73. #    icn 7 deselects icn 6, icn 8, icn 9;
  74. #    icn 8 deselects icn 6, icn 7, icn 9;
  75. #    icn 9 deselects icn 6, icn 7, icn 8;
  76. #
  77. deselections_end
  78.  
  79. exclusions_start
  80. #    icn 6 excludes menu 2;
  81. #    icn 6 excludes menu 3;
  82. #    icn 6 excludes icn 9;
  83. #     icn 7 excludes menu 1;
  84. #     icn 8 excludes menu 2;
  85. #     icn 9 excludes menu 3;
  86. #     icn 10 excludes icn 12;
  87. exclusions_end
  88.  
  89. #make_excludes icn 3, menu 8;
  90.  
  91. #order_is icn3, icn 6, icn 7, icn 8, icn 9, output;
  92.