home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d183 / pcq.lha / PCQ / Runtime / Explanation.txt < prev    next >
Text File  |  1989-02-26  |  991b  |  19 lines

  1.  
  2.     The run time library is spread across a bunch of assembly
  3. source code files.  This is to keep them all in separate program
  4. hunks, which as far as I know cannot be done just through assembler
  5. tricks.  If there is a way, I'd sure love to hear about it.
  6.     In any case, the system is fairly simple.  You use the
  7. script files 'makesystem' or 'makewriters', etc., to create small
  8. sub-libraries, if you will, of related routines.  These are then
  9. joined together with 'makepcqlib', which creates the library.
  10.     If you need to change one routine, just assemble it.  Then
  11. create the sub-library that the module belongs to.  Then re-create
  12. the entire library.  Of course, in order for this to work you'll
  13. need to have object code versions of all the library files in this
  14. directory.  Just assemble them all.
  15.     It is only recently that I came across an object module
  16. librarian (who would think to look on the very early disks?).  I
  17. haven't tried it out yet, but it should make this process a bit
  18. easier.
  19.