home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / finc / fastbk.un1 < prev    next >
Encoding:
Text File  |  1986-06-22  |  1.6 KB  |  48 lines

  1.  
  2. This patch will enable users of Fifth Generation's FASTBACK
  3. ver. 5.0 to run without the distribution diskette in drive A.
  4. Any formatted floppy placed in drive A will be sufficient.
  5.  
  6.  
  7. 1. Make a backup copy of the FASTBACK distribution diskette.
  8.    Ignore the two unrecoverable data read statements.
  9.  
  10. 2. Using the backup copy, type:
  11.  
  12.                     DEBUG FASTBACK.PGM
  13.                     -D 2700 <CR>
  14.    You will see a bunch of assembled instructions in hex.  Keep
  15.    typing           -D <CR>
  16.    until you see the hex instructions
  17.                      7D 2E
  18.    Write down the addresses that contain them.  i.e. XXXX:29AC
  19.           (these will vary with your particular machine)
  20.    Do the same for   7D 29     (maybe XXXX:29B1)
  21.                      7D 2F     (maybe XXXX:2A6C)
  22.                  and 7D 2A     (maybe XXXX:2A71)
  23.  
  24. 3. Assume this set of example addresses are correct...
  25.        -E 29AC <CR>
  26.        -XXXX:29AC 7D.90 <Space> 2E.90 <CR>
  27.        -E 29B1 <CR>
  28.        -XXXX:29B1 7D.90 <Space> 29.90 <CR>
  29.        -E 2A6C <CR>
  30.        -XXXX:2A6C 7D.90 <Space> 2F.90 <CR>
  31.        -E 2A71 <CR>
  32.        -XXXX:2A71 7D.90 <Space> 2A.90 <CR>
  33.        -W <CR>
  34.        -Q <CR>
  35.        (all you've done is replace some conditional jump
  36.         instructions with NOP's)
  37.  
  38. 4. Now execute the FINSTALL program from your backup diskette
  39.    and forget about using the distribution diskette in drive A:,
  40.    'cause any formatted diskette will do!
  41.  
  42.                                    H.I.T.  (HACKER IN TRAINING)
  43.                                    FULTON, N.Y.
  44.                                    5/14/86
  45.  
  46. 
  47. T.  (HACKER IN TRAINING)
  48.