home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / stronged / !StrongED_Modes_extASM < prev    next >
Encoding:
Text File  |  1995-08-20  |  583 b   |  25 lines

  1.  
  2. #    Mode file for StrongED 3.50
  3. #
  4. #    Assembly may be started with F10.
  5. #
  6. #    If you start the labels for the assembly procedures/functions with ':.'
  7. #    instead of '.' then you can list them easily with shift-F2.
  8.  
  9. Functions
  10.     Key    ⇧F2
  11.     Menu    List of functions  ⇧F2
  12.     Select    ListOfFound(":.",Text,Whole,Line,NoCase)
  13.     Help    Click to get a list of all functions.
  14.  
  15.     Key    F10
  16.     Menu    Save & Assemble     F10
  17.     Select    SaveDrag("extASM")
  18.     Help    Click to Save & Assemble this source.
  19.  
  20.     Key    ⇧F10
  21.     Menu    Save & Make AOF    ⇧F10
  22.     Select    SaveDrag("extAOF")
  23.     Help    Click to Save & Assemble file to AOF format.
  24. End
  25.