home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / asm_programming / INSTALL.DAT < prev    next >
Text File  |  1990-12-06  |  5KB  |  172 lines

  1.  
  2. @DefineProject
  3.      @Name          = "Assembly: Step by Step"
  4.      @Version  = "1.0"
  5.      @Subdir   = "\\assem\\"
  6.      @OutDrive      = Z
  7. @EndProject
  8.  
  9. @Display
  10.      @name-installation disk
  11.               (C)1990 Abacus Software, Inc.
  12.               (C)1990 Data Becker, GmbH.
  13.      
  14.           This installation procedure is used to transfer the contents
  15.      of the companion diskettes onto a harddisk or another floppy drive.
  16.  
  17.           The installation program used to install @name,
  18.      INSTALL, is licensed software provided by:
  19.  
  20.             Knowledge Dynamics Corp
  21.             Highway contract 4 Box 185-h
  22.             Canyon Lake, TX 78133-3508
  23.  
  24.      @pause
  25.      @Cls
  26.  
  27.  
  28.      You may press the [Esc] key at any time to abort the
  29.      installation.
  30.  
  31.      If you do not wish to install this disk on your harddrive
  32.      either use this program to install on another floppy other
  33.      than the source drive.  If you don't have a second floppy
  34.      drive just use the regular diskcopy to make a backup of the
  35.      original and use this as your working disk.
  36.  
  37.  
  38.      @Pause
  39.      @cls
  40.           By a special arrangement with author Eric Isaacson, we are
  41.      including an evaluation versions of his A86 assembler and D86 debugger.
  42.      If you decide to use these products to write your own programs, you   
  43.      should purchase them from Mr. Isaacson, at the address given in the  
  44.      documentation for those programs.  The complete package costs $90.00,
  45.      and includes some extra utilities not found in this evaluation version.
  46.  
  47.  
  48.      @pause
  49.      @cls
  50.  
  51.           Before using A86 to assemble the source code listed in the book,
  52.      it may be necessary to make minor changes.  The macros, for example,
  53.      in AO3.ASM need to be modified.  A converted listing for this program
  54.      can be found on the disk, titled AO3_A86.ASM.  ASCIIORG.ASM will require
  55.      no modifications.  Due to the complexity of changes that are required
  56.      for AO2.ASM, it has not been converted.  It is suggested that you wait
  57.      until you have a good understanding of both assembly language and the
  58.      A86 assembler before attempting this.  Mr. Isaacson has provided
  59.      extensive documentation for the A86 assembler.  Please refer to this
  60.      documentation with any questions concerning the use of this product.
  61.  
  62.  
  63.      @pause
  64. @cls   
  65. @EndDisplay
  66.  
  67. @GetOutDrive
  68.      @CLS
  69.      On which disk drive do you wish to install @Name:
  70.      
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.      Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to
  87.      move the bar to the disk drive you wish to install to and then press
  88.      the [Enter] key.
  89. @EndOutDrive
  90. @GetSubdir
  91.      @CLS
  92.  
  93.      Now you need to specify the destination subdirectory where the
  94.      @Name system will be installed.
  95.  
  96.      @PROMPT = " Which subdirectory ? "
  97. @EndSubdir
  98.  
  99.  
  100. @DefineDisk
  101.      @LABEL = "Disk 1/1"
  102.          
  103.           @File        ADD.DEM
  104.         @File       ADD2.DEM
  105.         @File        AO2.ASM
  106.         @File        AO2.COM
  107.         @File        AO2.LST
  108.         @File        AO2.OBJ
  109.         @File        AO3.ASM
  110.         @File        AO3.COM
  111.         @File        AO3.LST
  112.         @File        AO3.OBJ
  113.         @File   ASCIIORG.ASM
  114.         @File   ASCIIORG.COM
  115.         @File   ASCIIORG.LST
  116.         @File   ASCIIORG.OBJ
  117.         @File       BIOS.DEM
  118.         @File    BOOLEAN.DEM
  119.         @File      BSORT.DEM
  120.         @File     BTABLE.DEM
  121.         @File       CALL.DEM
  122.         @File     CHARIO.DEM
  123.         @File        CMP.DEM
  124.         @File   COUNTAGE.DEM
  125.         @File        DIV.DEM
  126.         @File       DUMP.ASM
  127.         @File       DUMP.COM
  128.         @File       DUMP.LST
  129.         @File       DUMP.OBJ
  130.         @File   FLAGCOND.DEM
  131.         @File    HLTWAIT.DEM
  132.         @File       INC2.DEM
  133.         @File   INDIRECT.DEM
  134.         @File        INT.DEM
  135.         @File        JMP.DEM
  136.         @File     LDSLEA.DEM
  137.         @File      LOOP1.DEM
  138.         @File      LOOP2.DEM
  139.         @File     MEMOPS.DEM
  140.         @File       MOV1.DEM
  141.         @File       MOV2.DEM
  142.         @File       MOV3.DEM
  143.         @File       MOV4.DEM
  144.         @File       MOV5.DEM
  145.         @File        MUL.DEM
  146.         @File    REPMOVS.DEM
  147.         @File     SHIFTS.DEM
  148.         @File    SIGNEDN.DEM
  149.         @File      SIM88.EXE
  150.         @File   SOPREFIX.DEM
  151.         @File   SPEAKER1.DEM
  152.         @File   SPEAKER2.DEM
  153.         @File      SPRIM.DEM
  154.         @File      STACK.DEM
  155.         @File        SUB.DEM
  156.         @File       XCHG.DEM
  157.         @File    XLATNEG.DEM
  158.         @File    AO3_A86.ASM
  159.         @File    AO3_A86.COM
  160.         @File    AO3_A86.SYM
  161.               @File   AORG_A86.COM
  162.         @File   AORG_A86.SYM
  163.         @File         README
  164.             @File        SIM.BAT
  165.         @File      SIM88.TXT
  166.         @File       WAIT.EXE
  167. @EndDisk
  168. @Finish
  169. @Endfinish
  170.  
  171. /* end-of-file */
  172.