home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / math / float.pat < prev    next >
Text File  |  1987-06-10  |  4KB  |  101 lines

  1. PRODUCT : TURBO C
  2. VERSION : 1.0
  3.      OS : PC-DOS
  4.    DATE : MAY 20, 1987                                       PAGE : 1/2
  5.  
  6.   TITLE : FLOATING POINT EVALUATION - PATCH
  7.  
  8.  
  9.  
  10.  
  11.      The following patch solves a problem with dividing floating point
  12.      evaluation.
  13.  
  14.      To apply this patch, you will need to use the DOS utility DEBUG.COM.
  15.      You may obtain a copy of DEBUG.COM from one of your original PC-DOS
  16.      or  MS-DOS diskettes.
  17.  
  18.      NOTE:   1. Do not patch your original Turbo C disk, use a working or
  19.                 backup copy of TCC.EXE and TC.EXE for this patch.
  20.  
  21.              2. DEBUG is not sensitive to upper and lower case.  All ad-
  22.                 dresses are listed in upper case for ease of readibility.
  23.              3. XXXX,YYYY,ZZZZ are hexidecimal digits returned by DEBUG.
  24.                 You must  replace these  digits accordingly when  typing
  25.                 in your commands.
  26.  
  27.              4. While in DEBUG, the prompt will appear as a dash (-).
  28.  
  29.              5. If you do not receive the appropriate response,press "q"
  30.                 followed by  <Enter>,  to exit  from DEBUG.   Check your
  31.                 version number and, if correct, try again.
  32.  
  33.              6. TCC.EXE and TC.EXE will not fit together onto a 360K disk.
  34.                 To patch both  programs on a floppy disk,  you may need to
  35.                 copy  TCC.EXE and DEBUG.COM  onto one disk and perform the
  36.                 patch.  Save the patched version of TCC.EXE to another
  37.                 disk.  Repeat the same steps using TC.EXE.
  38.  
  39.      At the  DOS prompt,  type the  following  information exactly as it
  40.      appears (Conclude each line by pressing <Enter>).
  41.  
  42. PRODUCT : TURBO C
  43. VERSION : 1.0
  44.      OS : PC-DOS
  45.   TITLE : DIVISION OF CONSTANTS - PATCH
  46.  
  47.                          Patch for TCC.EXE
  48.  
  49.      Type the following:                      You will see:
  50.  
  51.      ren tcc.exe tcc.xex<Enter>               A>
  52.  
  53.      debug tcc.xex<Enter>                     -
  54.  
  55.      r<Enter>                                 ... CS=XXXX ...
  56.                                               -
  57.  
  58.      h XXXX 2420<Enter>                       YYYY  ZZZZ
  59.                                               -
  60.  
  61.      e YYYY:369<Enter>                        YYYY:0369   0A.
  62.  
  63.      6<Enter>                                 -
  64.  
  65.      e YYYY:36F<Enter>                        YYYY:036F   06.
  66.  
  67.      A<Enter>                                 -
  68.  
  69.      w<Enter>                                 Writing 2948A bytes
  70.  
  71.      q<Enter>                                 A>
  72.  
  73.      ren tcc.xex tcc.exe<Enter>
  74.  
  75.                              Patch for TC.EXE
  76.  
  77.      Type the following:                      You will see:
  78.  
  79.      ren tc.exe tc.xex<Enter>                 A>
  80.  
  81.      debug tc.xex<Enter>                      -
  82.  
  83.      r<Enter>                                 ... CS=XXXX ...
  84.                                               -
  85.  
  86.      h XXXX 2D01<Enter>                       YYYY  ZZZZ
  87.                                               -
  88.  
  89.      e YYYY:35E<Enter>                        YYYY:035E   0A.
  90.      6<Enter>                                 -
  91.  
  92.      e YYYY:364<Enter>                        YYYY:0364   06.
  93.  
  94.      A<Enter>                                 -
  95.  
  96.      w<Enter>                                 Writing 38759 bytes
  97.  
  98.      q<Enter>                                 A>
  99.  
  100.      ren tc.xex tc.exe<Enter>
  101. . ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ......................... ... ...-....1200 N81N         ................