home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol135 / reloc.txt < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.3 KB  |  39 lines

  1. RELOC FILES ON THIS DISK
  2. ========================
  3.  
  4. The files on this diskette comprise a complete system for the generation
  5. of self-relocating programs, i.e. programs which move themselves up to
  6. the top of the TPA.  Source and object code is provided along with
  7. documentation and some sample programs.
  8.  
  9. RELOC.DQC    A writeup on the general principles of constructing self-
  10.         relocating programs, a description of one of the standard
  11.         methods and a description of the H-B method. (Squeezed)      
  12.  
  13. RELOC.REL    Relocator module which moves the useful bit of a program
  14.         up to the top of the TPA.
  15.  
  16. RELOC.MQC    Z80 assembly-language source of the above. (Squeezed)
  17.  
  18. RELOC.OBJ    SRP generator program.  Matches two .COM files and tacks
  19.         a relocation bitmap onto one of them. Rename to COM file 
  20.                 before using.
  21.  
  22. RELOC.CQ    BDS-C source code of the SRP generator. (Squeezed)
  23.  
  24. RELOC.SUB    A SUBMIT file to automate the whole process.
  25.  
  26. TEST1.MQC    A program to test the RELOC system. (Squeezed)
  27.  
  28. SRP1.OBJ    Self-relocating version of the above produced by renaming
  29.         the output of SUBMIT RELOC TEST1. Rename to COM file
  30.  
  31. TEST2.MQC       Another test program in the various forms corresponding to
  32. SRP2.OBJ        those for TEST1 above.
  33.  
  34. TEST.SUB    A submit file to run the tests.  Just say
  35.  
  36.             SUBMIT TEST 1
  37.  
  38.         and lots of things will happen.  Similarly for test 2.
  39.