home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 1.ddi / SUPP.LIF / README.LNG < prev    next >
Encoding:
Text File  |  1992-07-06  |  883 b   |  33 lines

  1.  
  2.                          ASM386 V3.0
  3.  
  4. The version of the assembler (V4p1) shipped with the product has some
  5. problems with very complex asm files containing macro files.  The
  6. symptom is a GP fault if executed from the iRMX side via run86.  An older
  7. version of the assembler (V3.0) is provided for your use if you run
  8. into these problems.
  9.  
  10. To use ASM386 V3.0, do the following:
  11.  
  12.    1) Copy the utility from /rmx386/new/lang286/asm386
  13.       to /lang286/asm386.
  14.  
  15.    2) Edit the file /rmx386/config/lang386.als and make changes to
  16.       2 lines as follows:
  17.  
  18.       a) The line
  19.  
  20.             alias asm386=run86 /intel/bin/asm386.exe 
  21.  
  22.          is commented out to be
  23.  
  24.             ;alias asm386=run86 /intel/bin/asm386.exe 
  25.  
  26.       b) The line
  27.  
  28.             ;alias asm386=run86 :lang:asm386
  29.  
  30.          is uncommented
  31.  
  32.             alias asm386=run86 :lang:asm386
  33.